Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / TextBase Class / GetDisplayString Method

In This Topic
    GetDisplayString Method (TextBase)
    In This Topic
    Returns formated display string of the content
    Syntax
    public virtual string GetDisplayString()
    public:
    virtual String^ GetDisplayString(); 

    Return Value

    System.String formated display string of the content
    Exceptions
    ExceptionDescription
    Always thrown.
    Remarks

    Text returned is the same as displayed in GUI.

    See Also