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


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

ILocator.Category Property

Category of the locator.

[Visual Basic .NET]
Public ReadOnly Property Category As String
[C#]
public string Category {get;}
[C++]
HRESULT get_Category(
  System.String* Category
);
[C++]
Parameters
Category [out, retval]

Category is a parameter of type BSTR*

Product Availability

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

Remarks

The Category property returns a string indicating the category to which the locator belongs. There are two categories that are defined for locators provided with ArcGIS:

See Also

ILocator Interface