API Help
Eplan.EplApi.MasterData Namespace / MDPropertyValue Class / Implicit Type Conversion Operator / Implicit Type Conversion(MultiLangString,MDPropertyValue) Operator
MDPropertyValue to convert

In This Topic
    Implicit Type Conversion(MultiLangString,MDPropertyValue) Operator
    In This Topic
    Converts MDPropertyValue object to Eplan.EplApi.Base.MultiLangString.
    Syntax
    public MultiLangString operator implicit( 
       MDPropertyValue p
    )
    public:
    operator MultiLangString^ ( 
       MDPropertyValue^ p
    )

    Parameters

    p
    MDPropertyValue to convert

    Return Value

    Eplan.EplApi.Base.MultiLangString value of the MDPropertyValue.
    See Also