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