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