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


IGPAddressLocatorStyle.AddressFields Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IG > IGPAddressLocatorStyle Interface > IGPAddressLocatorStyle.AddressFields Property
ArcGIS Developer Help

IGPAddressLocatorStyle.AddressFields Property

Fields needed to do geocoding with an address locator created with this style.

[Visual Basic .NET]
Public Property AddressFields As IFields
[C#]
public IFields AddressFields {get; set;}
[C++]
HRESULT get_AddressFields(
  IFields** AddressFields
);
[C++]
HRESULT putref_AddressFields(
  IFields* AddressFields
);
[C++]
Parameters
AddressFields [out, retval]

AddressFields is a parameter of type IFields** AddressFields [in]
AddressFields is a parameter of type IFields*

Product Availability

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

See Also

IGPAddressLocatorStyle Interface