返回三维单值专题图中指定子项单值在当前序列中的序号。

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

语法

C#
public int IndexOf(
	string unique
)

参数

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

返回值

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

请参见