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

ToPathText Method (PathText)
Transforms this Text instance into a PathText instance.
Syntax
public override PathText ToPathText()

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