ArcObjects Library Reference (Location)  

IGPAddressLocatorStyle.ReferenceDataFields Property

Reference data fields for the indicated reference data table.

[Visual Basic .NET]
Public Function get_ReferenceDataFields ( _
    ByVal index As Integer _
) As IFields
[Visual Basic .NET]
Public Sub set_ReferenceDataFields ( _
    ByVal index As Integer, _
    ByVal Fields As IFields _
)
[C#]
public IFields get_ReferenceDataFields (
    int index
);
[C#]
public void set_ReferenceDataFields (
    int index,
    IFields Fields
);
[C++]
HRESULT get_ReferenceDataFields(
  long index,
  IFields** Fields
);
[C++]
HRESULT putref_ReferenceDataFields(
  long index,
  IFields* Fields
);
[C++]

Parameters

index [in]   index is a parameter of type long Fields [out, retval]

  Fields is a parameter of type IFields

index [in]   index is a parameter of type long Fields [in]

  Fields is a parameter of type IFields

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPAddressLocatorStyle Interface