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