This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IG > IGPAddressLocatorStyle Interface > IGPAddressLocatorStyle.SupportsPlaceNameAliasTable Property (ArcObjects .NET 10.4 SDK) |
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