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