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