ArcObjects Library Reference (DefenseSolutions)  

IMoleCoreHelper.GetFieldFromFeatureClass Method

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

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

[C++]
HRESULT GetFieldFromFeatureClass(
  IFeatureClass* FeatureClass,
  IPropertySet* FieldNameSet,
  BSTR FieldName,
  long* FieldNo
);
[C++]

Parameters

FeatureClass [in]

  FeatureClass is a parameter of type IFeatureClass

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