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