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