将此连接信息集合对象中指定序号处的连接信息对象删除。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public bool Remove( int index ) |
参数
- index
- Type: System..::.Int32
要删除的连接信息对象的序号。
返回值
删除成功,返回true;否则返回false。示例
请参见 JoinItems.Add() 方法。
C# |
---|
public bool Remove( int index ) |
请参见 JoinItems.Add() 方法。