FeatureAttributeCollection.IndexOf

FeatureAttributeCollection.IndexOf method

搜索属性并返回其从零开始的索引。

public int IndexOf(string name)
范围类型描述
nameString属性的名称。

返回值

集合中属性的从零开始的索引(如果找到);否则,–1。

例外

例外(健康)状况
ArgumentNullException属性名称是null.

也可以看看