Library | Module

Class pfcTextDescriptor



Description

A data object representing a text entity.
Direct Parent Classes:
pfcCurveDescriptor



Property Summary

pfcPoint3DPoint
The location of the text
pfcTextStyleStyle
The text style
stringTextString
The text string



Method Summary

static pfcTextDescriptorCreate (string TextString, pfcPoint3D Point, pfcTextStyle Style)
This method creates a new TextDescriptor object.



Property Detail


pfcPoint3DPoint

The location of the text




pfcTextStyleStyle

The text style




stringTextString

The text string





Method Detail


static pfcTextDescriptorCreate (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