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


IGPAddressLocatorStyle.DefaultAliasFieldNames Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Location)  

IGPAddressLocatorStyle.DefaultAliasFieldNames Property

Default field names for the place name alias table.

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

Parameters DefaultAliasFieldNames [out, retval] DefaultAliasFieldNames is a parameter of type VARIANT DefaultAliasFieldNames [in] DefaultAliasFieldNames is a parameter of type VARIANT

Product Availability

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

See Also

IGPAddressLocatorStyle Interface