向集合中添加标尺线对象,添加成功返回被添加对象的序号。
命名空间:
SuperMap.Layout程序集: SuperMap.Layout (in SuperMap.Layout)
版本: dll
语法
C# |
---|
public int Add( RulerLine rulerLine ) |
参数
- rulerLine
- Type: SuperMap.Layout..::.RulerLine
被添加的标尺线对象。
返回值
被添加对象的序号。示例
请参见 RulerLine 类。