从气泡集合中移除给定索引值处的气泡对象。
命名空间:
SuperMap.Realspace程序集: SuperMap.Realspace (in SuperMap.Realspace)
版本: dll
语法
C# |
---|
public bool Remove( int index ) |
参数
- index
- Type: System..::.Int32
指定的将被移除的气泡对象的索引值。
C# |
---|
public bool Remove( int index ) |