API Help
Eplan.EplApi.DataModel.Graphics Namespace
/
PathText Class
/ ToText Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
Language Filter: C++/CLI
C#
C++/CLI
In This Topic
ToText Method
In This Topic
Transforms this PathText instance into a Text instance.
Syntax
C#
C++/CLI
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
Reference
PathText Class
PathText Members
Text Class