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


IPlaceNameAlias.DefaultAliasFieldNames 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.DefaultAliasFieldNames Property
ArcGIS Developer Help

IPlaceNameAlias.DefaultAliasFieldNames Property

Recognized names for the address fields in the place name alias table.

[Visual Basic .NET]
Public Property DefaultAliasFieldNames As Object
[C#]
public object DefaultAliasFieldNames {get; set;}
[C++]
HRESULT get_DefaultAliasFieldNames(
  Variant* names
);
[C++]
HRESULT put_DefaultAliasFieldNames(
  VARIANT names
);
[C++]
Parameters
names [out, retval]

names is a parameter of type VARIANT* names [in]
names is a parameter of type VARIANT

Product Availability

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

Remarks

The DefaultAliasFieldNames property is an array of strings containing recognized field names for the alias field in a place name alias table. You can use the contents of this array to search through your place name alias table to determine which field contains the place name alias information. If the locator contains no default alias field names, calling this property returns an error.

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