Eplan Platform API
Eplan.EplApi.DataModel Namespace / PropertyValue Class / GetDisplayString Method

In This Topic
    GetDisplayString Method (PropertyValue)
    In This Topic
    Display value of property as Eplan.EplApi.Base.MultiLangString.
    Syntax
    public MultiLangString GetDisplayString()
    public:
    MultiLangString^ GetDisplayString(); 

    Return Value

    Eplan.EplApi.Base.MultiLangString displayed value of property.
    Remarks
    When property value is not language dependent returns value as undefined language.
    See Also