Eplan Platform API
Eplan.EplApi.Base Namespace / SchemeSetting Class / CreateScheme Method
The node name in the settings
The new name of the scheme
The description of the scheme

In This Topic
    CreateScheme Method
    In This Topic
    Create a new scheme with a specified name, description and the node name for the settings. The data for the new scheme is specified by P8 for each scheme type. The data is the same as the new button in the scheme dialog of P8.
    Syntax

    Parameters

    strSettingsNodeName
    The node name in the settings
    mlNewName
    The new name of the scheme
    mlDescription
    The description of the scheme
    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 already exists
    See Also