Harness proD API Help
EPLAN.Harness.API.ApiProperties Namespace / InertiaProperty Class / InertiaProperty Constructor / InertiaProperty Constructor(Double,Unit)
The value of inertia.
The unit of inertia value.
Example
In This Topic
    InertiaProperty Constructor(Double,Unit)
    In This Topic
    Creates a new instance of the InertiaProperty with the specified value and unit.
    Syntax
    public InertiaProperty( 
       double value,
       Unit unit
    )

    Parameters

    value
    The value of inertia.
    unit
    The unit of inertia value.
    Exceptions
    ExceptionDescription
    Thrown when the unit is not valid for this property.
    Example
    The following example shows how to create a new InertiaProperty.
    InertiaProperty inertiaProperty = new InertiaProperty(42.0, Unit.KilogramSquareMeter);
    See Also