API Help
Eplan.EplApi.DataModel.Graphics Namespace / TextPropertyList Class / TEXT_CONTENTS Property / TEXT_CONTENTS(Int32) Property

In This Topic
    TEXT_CONTENTS(Int32) Property
    In This Topic
    Text contents # 19201. This property isn't indexed.
    Syntax
    public PropertyValue TEXT_CONTENTS( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ TEXT_CONTENTS {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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