Eplan Platform API
Eplan.EplApi.Base Namespace / SchemeSetting Class / CopyScheme Method
Node name of the source scheme
Node name of the new scheme
Displayed name of the new scheme
Description of the new scheme

In This Topic
    CopyScheme Method
    In This Topic
    Copy an existing scheme.
    Syntax

    Parameters

    Parameter NameDescription
    strSettingsSourceNodeNameNode name of the source scheme
    strSettingsTargetNodeNameNode name of the new scheme
    mlTargetNewNameDisplayed name of the new scheme
    mlTargetDescriptionDescription of the new 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 strSettingsTargetNodeName already exists or the source scheme does not exist.
    See Also