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

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

    Return Value

    System.String formatted display string of the content
    Exceptions
    ExceptionDescription
    Thrown if something went wrong.
    Remarks

    Text returned is the same as displayed in GUI.

    See Also