Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / TextPropertyList Class / TEXT_CONTENTS Property / TEXT_CONTENTS Property

In This Topic
    TEXT_CONTENTS Property
    In This Topic
    Text contents # 19201.
    Syntax
    public PropertyValue TEXT_CONTENTS {get; set;}
    public:
    property PropertyValue^ TEXT_CONTENTS {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type Eplan.EplApi.Base.MultiLangString.
    Remarks

    Shows the content of graphical texts, placeholder texts, hyperlinks, and path function texts as multi-language character strings.

    See Also