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


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

IGPAddressLocatorStyle.AliasTable Property

Table mapped as the place name alias table.

[Visual Basic .NET]
Public Property AliasTable As IDETable
[C#]
public IDETable AliasTable {get; set;}
[C++]
HRESULT get_AliasTable(
  IDETable** AliasTable
);
[C++]
HRESULT putref_AliasTable(
  IDETable* AliasTable
);
[C++]
Parameters
AliasTable [out, retval]

AliasTable is a parameter of type IDETable** AliasTable [in]
AliasTable is a parameter of type IDETable*

Product Availability

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

See Also

IGPAddressLocatorStyle Interface