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