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