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


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

IPlaceNameAlias.AddressFields Property

Names of the address fields.

[Visual Basic .NET]
Public Property AddressFields As String
[C#]
public string AddressFields {get; set;}
[C++]
HRESULT get_AddressFields(
  System.String* fieldList
);
[C++]
HRESULT put_AddressFields(
  BSTR fieldList
);
[C++]
Parameters
fieldList [out, retval]

fieldList is a parameter of type BSTR* fieldList [in]
fieldList is a parameter of type BSTR

Product Availability

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

Remarks

The AddressFields property is a comma-delimited string that contains the names of the fields in the place name alias table that contain the address information. You can use the IAddressInputs interface to determine which fields in the place name alias table contain the address information. The field names in the AddressFields property are specified in the same order as in the IAddressInputs::AddressFields property.

When using the IPlaceNameAlias interface to specify the place name alias table for a locator, only set the writeable properties immediately one after the other. Setting some of these properties, such as the Table property, can place the locator object in a state which can cause some of the readable properties and methods on the locator to raise errors until the other writeable properties on this interface are set.

See Also

IPlaceNameAlias Interface