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


ILocatorImpl.Category Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IL > ILocatorImpl Interface > ILocatorImpl.Category Property
ArcGIS Developer Help

ILocatorImpl.Category Property

Category of the locator.

[Visual Basic .NET]
Public WriteOnly Property Category
[C#]
public void Category {set;}
[C++]
HRESULT put_Category(
  BSTR 
);
[C++]
Parameters
 [in]

is a parameter of type BSTR

Product Availability

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

See Also

ILocatorImpl Interface