根据指定的 TextPart3D 对象构造一个与其完全相同的新对象。

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

语法

C#
public TextPart3D(
	TextPart3D part
)

参数

part
Type: SuperMap.Data..::.TextPart3D
指定的 TextPart3D 对象。

备注

当指定的 TextPart3D 对象已被dispose()方法释放后,再传入时,则抛出ObjectDisposedException。

版本信息

SuperMap iObjects .NET


请参见