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