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