Eplan Platform API
Eplan.EplApi.DataModel Namespace / ProjectSchemeSetting Class / Init Method
Example

In This Topic
    Init Method (ProjectSchemeSetting)
    In This Topic
    Initializes object with a settings node path.
    Overload List
    OverloadDescription
    Initializes object with a settings node path.  
    Initializes object with a project settings node path.  
    Exceptions
    ExceptionDescription
    Thrown when scheme with given settings node path can not be found.
    Example
    Creating a SchemeSetting object and initializing it with a settings node path
    SchemeSetting oSchemeSetting = new SchemeSetting();
    oSchemeSetting.Init("USER.DXF.SCHEMES");
    
    
    See Also