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


IGPAddressLocatorStyle.SupportsPlaceNameAliasTable Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Location)  

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(
  VARIANT_BOOL* supportsPNAT
);
[C++]
HRESULT put_SupportsPlaceNameAliasTable(
  VARIANT_BOOL supportsPNAT
);
[C++]

Parameters supportsPNAT [out, retval] supportsPNAT is a parameter of type VARIANT_BOOL supportsPNAT [in] supportsPNAT is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGPAddressLocatorStyle Interface