Harness proD API Help
EPLAN.Harness.API.ApiProperties Namespace / VoltageProperty Class / VoltageProperty Constructor / VoltageProperty Constructor()
Example
In This Topic
    VoltageProperty Constructor()
    In This Topic
    Creates a new instance of an empty VoltageProperty.
    Syntax
    public VoltageProperty()
    Example
    The following example shows how to create a new empty VoltageProperty.
    VoltageProperty emptyProperty = new VoltageProperty();
    See Also