在集合中删除指定序号的标尺线对象。
命名空间:
SuperMap.Layout程序集: SuperMap.Layout (in SuperMap.Layout)
版本: dll
语法
C# |
---|
public bool Remove( int index ) |
参数
- index
- Type: System..::.Int32
指定的标尺线对象序号。
返回值
成功返回true,否则返回false。示例
请参见 RulerLine 类。
C# |
---|
public bool Remove( int index ) |
请参见 RulerLine 类。