在参数集合指定索引处插入指定 IList 项。

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

语法

C#
public void Insert(
	int index,
	GeometryDrawingParameter item
)

参数

index
Type: System..::.Int32
从零开始的索引,应在该位置插入对象。
item
Type: SuperMap.Desktop..::.GeometryDrawingParameter
要插入 IList 中的项。

实现

IList<(Of <(T>)>)..::.Insert(Int32, T)

请参见