API Help
Eplan.EplApi.Base Namespace / SchemeSetting Class / RemoveScheme Method
The node name in the settings

RemoveScheme Method
Remove a new scheme.
Syntax
public void RemoveScheme( 
   string strSettingsNodeName
)

Parameters

strSettingsNodeName
The node name in the settings
Exceptions
ExceptionDescription
Thrown when a parameter is null.
Thrown when a parameter is empty.
Thrown when strName is not a valid last used scheme.The scheme with this strSettingsNodeName does not exist.
The scheme has only one more scheme left. The last one is not allowed to delete.
Remarks
A read-only scheme cannot be deleted.
See Also