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

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

Parameters

p
PropertyValue to convert

Return Value

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