Harness proD API Help
EPLAN.Harness.API.ApiProperties Namespace / PropertyValue Class / Implicit Type Conversion Operator
In This Topic
    Implicit Type Conversion Operator (PropertyValue)
    In This Topic
    Implicit conversion from System.String to PropertyValue.
    Overload List
    OverloadDescription
    Implicit conversion from System.String to PropertyValue.  
    Implicit conversion from PropertyValue to System.String.  
    Implicit conversion from System.Boolean to PropertyValue.  
    Implicit conversion from PropertyValue to System.Boolean.  
    Implicit conversion from System.Double to PropertyValue.  
    Implicit conversion from PropertyValue to System.Double.  
    Implicit conversion from Tuple with two System.Double numbers to PropertyValue.  
    Implicit conversion from PropertyValue to Tuple with two System.Doubles.  
    Implicit conversion from System.DoubleInterval<T> to PropertyValue.  
    Implicit conversion from PropertyValue to System.DoubleInterval<T>.  
    Implicit conversion from System.Array of System.Double to PropertyValue.  
     
    Implicit conversion from System.Drawing.Color to PropertyValue.  
    Implicit conversion from PropertyValue to System.Drawing.Color.  
    Implicit conversion from System.DateTime to PropertyValue.  
    Implicit conversion from PropertyValue to System.DateTime.  
    Implicit conversion from System.Int32 to PropertyValue.  
    Implicit conversion from PropertyValue to System.Int32.  
    Implicit conversion from System.Single to PropertyValue.  
    Implicit conversion from PropertyValue to System.Single.  
    Implicit conversion from System.Int32 to PropertyValue.  
    Implicit conversion from PropertyValue to System.Int32.  
    See Also