获取单值专题图中指定子项单值在当前序列中的序号。

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

语法

C#
public int IndexOf(
	string unique
)

参数

unique
Type: System..::.String
给定的单值专题图子项单值。

返回值

专题图子项在序列中的序号值。如果该值不存在,就返回-1。

请参见