Harness proD API Help
EPLAN.Harness.API.ApiProperties Namespace / ElectricalOptionSetting Class / ElectricalOptionSetting Constructor
Name of the electrical option.
Description of the electrical option.
In This Topic
    ElectricalOptionSetting Constructor
    In This Topic
    Creates a new instance of the electrical option setting.
    Syntax
    public ElectricalOptionSetting( 
       string name,
       string description
    )

    Parameters

    name
    Name of the electrical option.
    description
    Description of the electrical option.
    Exceptions
    ExceptionDescription
    Thrown when you create a new electrical option and no project is open.
    Thrown when the name is not unique in this project.
    See Also