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


ILocatorExtension.RemoveCategory Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > LocationUI > ESRI.ArcGIS.LocationUI > Interfaces > IL > ILocatorExtension Interface > ILocatorExtension.RemoveCategory Method
ArcGIS Developer Help

ILocatorExtension.RemoveCategory Method

Removes a category of locators from the ArcMap document.

[Visual Basic .NET]
Public Sub RemoveCategory ( _
    ByVal category As String _
)
[C#]
public void RemoveCategory (
    string category
);

Product Availability

Available with ArcGIS Desktop.

Remarks

The Category parameter is the category of locators that you want to remove from the ArcMap document.

See Also

ILocatorExtension Interface | ILocatorExtension.Categories Property