Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / PathText Class / ToText Method

In This Topic
    ToText Method
    In This Topic
    Transforms this PathText instance into a Text instance.
    Syntax
    public Text ToText()
    public:
    Text^ ToText(); 

    Return Value

    A new Text instance.
    Remarks
    Note: After calling this method the current PathText object becomes invalid (i.e. deleted);
    See Also