获取 IList 参数集合中指定参数的索引。

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

语法

C#
public int IndexOf(
	GeometryDrawingParameter item
)

参数

item
Type: SuperMap.Desktop..::.GeometryDrawingParameter
待获取索引的对象。

返回值

如果在列表中找到,则为对象的索引;否则为 -1。

实现

IList<(Of <(T>)>)..::.IndexOf(T)

请参见