Harness proD API Help
EPLAN.Harness.API.ApiProperties Namespace / PropertyValue Class / Implicit Type Conversion Operator / Implicit Type Conversion(PropertyValue,Color) Operator
Color to save.
Example
In This Topic
    Implicit Type Conversion(PropertyValue,Color) Operator
    In This Topic
    Implicit conversion from System.Drawing.Color to PropertyValue.
    Syntax
    public PropertyValue operator implicit( 
       Color value
    )

    Parameters

    value
    Color to save.

    Return Value

    New PropertyValue created from the given System.Drawing.Color.
    Remarks
    The resulting instance can hold only System.Drawing.Color values from this moment.
    Example
    PropertyValue value = Color.Red;
    See Also