This document is archived and information here might be outdated.  Recommended version.


IReferenceDataTable.Fields Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Location)  

IReferenceDataTable.Fields Property

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.

See Also

IReferenceDataTable Interface