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