API Documentation > Classes > Class pfcTextDescriptor
Class pfcTextDescriptor
Description
A data object representing a text entity.
Direct Parent Classes:
Property Summary
The location of the text
The text style
string
The text string
Method Summary
Create (string TextString, pfcPoint3D Point, pfcTextStyle Style)
This method creates a new TextDescriptor object.
Property Detail
The location of the text
The text style
string
TextString
The text string
Method Detail
Create
(string TextString, pfcPoint3D Point, pfcTextStyle Style)
This method creates a new TextDescriptor object.
Parameters:
TextString
The text string
Point
The location of the text
Style
The text style
Returns:
The new TextDescriptor object
Was this helpful?