根据指定的参数来构造一个 TextPart3D 的新对象。

命名空间:  SuperMap.Data
程序集:  SuperMap.Data (in SuperMap.Data)
版本: dll

语法

C#
public TextPart3D(
	string text,
	Point3D anchorPoint
)

参数

text
Type: System..::.String
指定的三维文本子对象的文本内容。
anchorPoint
Type: SuperMap.Data..::.Point3D
指定的三维文本子对象的锚点。

请参见