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