移除指定索引的压平区域。

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

语法

C#
public bool RemoveFlattenRegion(
	int index
)

参数

index
Type: System..::.Int32
待移除的几何对象的索引值。

返回值

移除成功返回true;否则返回false。

请参见