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