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

    Parameters

    value
    Text form of length density to store in the property.

    Return Value

    New LengthDensityProperty created from the given System.String value.
    Example
    LengthDensityProperty lengthDensityProperty1 = "42 kg/m";
    LengthDensityProperty lengthDensityProperty2 = "42kg/m";
    LengthDensityProperty lengthDensityProperty3 = "42";
    // Unit of lengthDensityProperty3 depends on Harness proD settings!
    See Also