用于从三维图层集合中删除一个指定索引三维图层。删除成功则返回 true。

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

语法

C#
public bool Remove(
	int index
)

参数

index
Type: System..::.Int32
要删除的三维图层的索引。

返回值

删除成功则返回 true,否则返回false.

请参见