Harness proD API Help
EPLAN.Harness.API.ApiProperties Namespace / InertiaProperty Class / Implicit Type Conversion Operator
Text form of inertia to store in the property.
Example
In This Topic
    Implicit Type Conversion Operator (InertiaProperty)
    In This Topic
    Implicit conversion from System.String to InertiaProperty.
    Syntax
    public InertiaProperty operator implicit( 
       string value
    )

    Parameters

    value
    Text form of inertia to store in the property.

    Return Value

    New InertiaProperty created from the given System.String value.
    Example
    InertiaProperty inertiaProperty1 = "42 kg.m2";
    InertiaProperty inertiaProperty2 = "42kg.m2";
    InertiaProperty inertiaProperty3 = "42";
    // Unit of inertiaProperty3 depends on Harness proD settings!
    See Also