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