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