API Help
Eplan.EplApi.DataModel Namespace / PropertyValue Class / Implicit Type Conversion Operator

In This Topic
Implicit Type Conversion Operator (PropertyValue)
In This Topic
Used in conversion of the PropertyValue object to int.
Overload List
OverloadDescription
Used in conversion of the PropertyValue object to int.  
Used in conversion of the PropertyValue object to double.  
Used in conversion of the PropertyValue object to bool.  
Used in conversion of the PropertyValue object to string.  
Used in conversion of the PropertyValue object to DateTime.  
Used in conversion of the PropertyValue object to Eplan.EplApi.Base.MultiLangString.  
Used in conversion of the PropertyValue object to Eplan.EplApi.Base.PointD.  
Used in conversion from System.DateTime to the PropertyValue object.  
Used in conversion from Eplan.EplApi.Base.PointD to the PropertyValue object.  
Used in conversion from Eplan.EplApi.Base.MultiLangString to the PropertyValue object.  
Used in conversion from string to the PropertyValue object.  
Used in conversion from bool to the PropertyValue object.  
Used in conversion from double to the PropertyValue object.  
Used in conversion from int to the PropertyValue object.  
See Also