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

    Parameters

    value
    Text form of resistivity to store in the property.

    Return Value

    New ResistivityProperty created from the given System.String value.
    Example
    ResistivityProperty resistivityProperty1 = "42 Ohm/m";
    ResistivityProperty resistivityProperty2 = "42Ohm/m";
    ResistivityProperty resistivityProperty3 = "42";
    // Unit of resistivityProperty3 depends on Harness proD settings!
    See Also