Harness proD API Help
EPLAN.Harness.API.ApiProperties Namespace / InertiaProperty Class / InertiaProperty Constructor / InertiaProperty Constructor(String)
The value of inertia as a string.
Example
In This Topic
    InertiaProperty Constructor(String)
    In This Topic
    Creates a new instance of the InertiaProperty from the specified string value.
    Syntax
    public InertiaProperty( 
       string value
    )

    Parameters

    value
    The value of inertia as a string.
    Exceptions
    ExceptionDescription
    Thrown when the specified unit is not valid for this property.
    Example
    The following example shows how to create a new InertiaProperty.
    InertiaProperty inertiaProperty = new InertiaProperty("42 kg.m2");
    See Also