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