获取或设置指定索引处的子线对象。有关子线的详细内容,请参见 SymbolLineBase 类。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public SymbolLineBase this[ int index ] { get; set; } |
参数
- index
- Type: System..::.Int32
指定的子线对象的索引。
C# |
---|
public SymbolLineBase this[ int index ] { get; set; } |