public ElectricalOptionSetting( string name, string description )
Parameters
- name
- Name of the electrical option.
- description
- Description of the electrical option.
public ElectricalOptionSetting( string name, string description )
| Exception | Description |
|---|---|
| EPLAN.Harness.API.Exceptions.ProjectClosedException | Thrown when you create a new electrical option and no project is open. |
| EPLAN.Harness.API.Exceptions.DuplicateElectricalOptionException | Thrown when the name is not unique in this project. |