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