API Help
Eplan.EplApi.MasterData Namespace / MDPropertyValue Class / Implicit Type Conversion Operator

In This Topic
    Implicit Type Conversion Operator (MDPropertyValue)
    In This Topic
    Converts MDPropertyValue object to long.
    Overload List
    OverloadDescription
    Converts MDPropertyValue object to long.  
    Converts MDPropertyValue object to double.  
    Converts MDPropertyValue object to System::Boolean.  
    Converts MDPropertyValue object to System::String.  
    Converts MDPropertyValue object to System::DateTime.  
    Converts MDPropertyValue object to Eplan.EplApi.Base.MultiLangString.  
    Converts MDPropertyValue object to Eplan.EplApi.Base.PointD.  
    Converts from System.DateTime to the MDPropertyValue object.  
    Converts from Eplan.EplApi.Base.PointD to the MDPropertyValue object.  
    Converts from Eplan.EplApi.Base.MultiLangString to the MDPropertyValue object.  
    Converts from System::String to the MDPropertyValue object.  
    Converts from System::Boolean to the MDPropertyValue object.  
    Converts from double to the MDPropertyValue object.  
    Converts from long to the MDPropertyValue object.  
    See Also