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


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

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