Reference data fields in the reference data table.
[Visual Basic .NET] Public ReadOnly Property Fields As IEnumReferenceDataField
[C#] public IEnumReferenceDataField Fields {get;}
[C++]
HRESULT get_Fields(
IEnumReferenceDataField** Fields
);
[C++]Parameters
Fields [out, retval]Fields is a parameter of type IEnumReferenceDataField
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Returns a ReferenceDataFieldsEnumerator that contains descriptions of the Fields in the ReferenceDataTable that are used by the locator.