API Help
Eplan.EplApi.DataModel.Graphics Namespace / Text Class / ToPathText Method

In This Topic
ToPathText Method (Text)
In This Topic
Transforms this Text instance into a PathText instance.
Syntax
public virtual PathText ToPathText()

Return Value

A new PathText instance.
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