移除指定索引的挖方区域几何对象。

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

语法

C#
public bool RemoveExcavationRegion(
	int index
)

参数

index
Type: System..::.Int32
指定的挖方区域几何对象的索引。

返回值

一个布尔值,表示是否移除成功,true 表示成功,false 表示失败。

请参见