在指定的索引处插入三维要素对象。

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

语法

C#
public Feature3D Insert(
	int index,
	Feature3D feature
)

参数

index
Type: System..::.Int32
指定的目标索引值。
feature
Type: SuperMap.Realspace..::.Feature3D
指定的待插入的三维要素对象。

返回值

新插入的三维要素对象。

版本信息

SuperMap iObjects .NET


请参见