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

CopyScheme Method
Copy an existing scheme.
Syntax

Parameters

strSettingsSourceNodeName
Node name of the source scheme
strSettingsTargetNodeName
Node name of the new scheme
mlTargetNewName
Displayed name of the new scheme
mlTargetDescription
Description 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