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

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

    Return Value

    A new PathText instance.
    Exceptions
    ExceptionDescription
    Thrown every time for instances of PathText class.
    Remarks
    After calling this method the current Text object becomes invalid (i.e. deleted) This method should not be called on an object that already is a PathText instance, otherwise an ObjectCreationException is thrown.
    See Also