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


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

IGPAddressLocatorStyle.SupportsPlaceNameAliasTable Property

Indicates if the locator style supports a place name alias table.

[Visual Basic .NET]
Public Property SupportsPlaceNameAliasTable As Boolean
[C#]
public bool SupportsPlaceNameAliasTable {get; set;}
[C++]
HRESULT get_SupportsPlaceNameAliasTable(
  Boolean* supportsPNAT
);
[C++]
HRESULT put_SupportsPlaceNameAliasTable(
  VARIANT_BOOL supportsPNAT
);
[C++]
Parameters
supportsPNAT [out, retval]

supportsPNAT is a parameter of type bool* supportsPNAT [in]
supportsPNAT is a parameter of type bool

Product Availability

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

See Also

IGPAddressLocatorStyle Interface