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

In This Topic
    RemoveScheme Method
    In This Topic
    Remove a new scheme.
    Syntax
    public void RemoveScheme( 
       string strSettingsNodeName
    )
    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