获取集合中指定索引的标尺线对象。
命名空间:
SuperMap.Layout程序集: SuperMap.Layout (in SuperMap.Layout)
版本: dll
语法
C# |
---|
public RulerLine this[ int index ] { get; } |
参数
- index
- Type: System..::.Int32
标尺线对象的索引。
C# |
---|
public RulerLine this[ int index ] { get; } |