在站点集合指定位置添加一个站点对象。

命名空间:  SuperMap.Realspace
程序集:  SuperMap.Realspace (in SuperMap.Realspace)
版本: dll

语法

C#
public bool Insert(
	int index,
	RouteStop route
)

参数

index
Type: System..::.Int32
指定的索引位置。
route
Type: SuperMap.Realspace..::.RouteStop

返回值

插入成功返回true,否则返回false。

请参见