获取或设置路线集合指定索引处的项。
命名空间:
SuperMap.Realspace程序集: SuperMap.Realspace (in SuperMap.Realspace)
版本: dll
语法
C# |
---|
public Route this[ int index ] { get; set; } |
参数
- index
- Type: System..::.Int32
路线索引。
C# |
---|
public Route this[ int index ] { get; set; } |