用于从选择集中删除一个几何对象,该几何对象由原来的呈选中状态变为非选中状态。
命名空间:
SuperMap.Mapping程序集: SuperMap.Mapping (in SuperMap.Mapping)
版本: dll
语法
C# |
---|
public bool Remove( int geometryID ) |
参数
- geometryID
- Type: System..::.Int32
要删除几何对象的 ID 号(即其属性数据中 SmID 字段的值)。
C# |
---|
public bool Remove( int geometryID ) |