This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > LocationUI > ESRI.ArcGIS.LocationUI > Interfaces > IL > ILocatorExtension Interface > ILocatorExtension.RemoveCategory Method (ArcObjects .NET 10.5 SDK) |
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 );
The Category parameter is the category of locators that you want to remove from the ArcMap document.
ILocatorExtension Interface | ILocatorExtension.Categories Property