ArcObjects Library Reference (DefenseSolutions)  

IMoleCoreHelper.GetFieldFromFeature Method

The method returns the field index for a named field in a given feature.

ERROR: Syntax information about IMoleCoreHelper.GetFieldFromFeature may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DefenseSolutions.dll

[C++]
HRESULT GetFieldFromFeature(
  IFeature* Feature,
  IPropertySet* FieldNameSet,
  BSTR FieldName,
  long* FieldNo
);
[C++]

Parameters

Feature [in]

  Feature is a parameter of type IFeature

FieldNameSet [in]

  FieldNameSet is a parameter of type IPropertySet

FieldName [in]   FieldName is a parameter of type BSTR FieldNo [out, retval]   FieldNo is a parameter of type long

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IMoleCoreHelper Interface