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