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

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

    Parameters

    mls
    Eplan.EplApi.Base.MultiLangString to convert

    Return Value

    MDPropertyValue object storing Eplan.EplApi.Base.MultiLangString value.
    See Also