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