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


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

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