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

    Parameters

    value
    Text form of pressure to store in the property.

    Return Value

    New PressureProperty created from the given System.String value.
    Example
    PressureProperty pressureProperty1 = "42 Pa";
    PressureProperty pressureProperty2 = "42Pa";
    PressureProperty pressureProperty3 = "42";
    // Unit of pressureProperty3 depends on Harness proD settings!
    See Also