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

    Parameters

    value
    Text form of power to store in the property.

    Return Value

    New PowerProperty created from the given System.String value.
    Example
    PowerProperty powerProperty1 = "42 W";
    PowerProperty powerProperty2 = "42W";
    PowerProperty powerProperty3 = "42";
    // Unit of powerProperty3 depends on Harness proD settings!
    See Also