根据指定的ID从布局选择集中删除一个几何对象。该几何对象由原来的呈选中状态变为非选中状态。
命名空间:
SuperMap.Layout程序集: SuperMap.Layout (in SuperMap.Layout)
版本: dll
语法
C# |
---|
public bool Remove( int geometryID ) |
参数
- geometryID
- Type: System..::.Int32
要删除几何对象的 ID 号。
C# |
---|
public bool Remove( int geometryID ) |