Eplan Platform API
Eplan.EplApi.DataModel Namespace / PropertyValue Class / Implicit Type Conversion Operator / Implicit Type Conversion(PropertyValue,MultiLangString) Operator
Eplan.EplApi.Base.MultiLangString to convert

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

    Parameters

    mls
    Eplan.EplApi.Base.MultiLangString to convert

    Return Value

    PropertyValue object storing value given as a parameter.
    See Also