ArcObjects Library Reference (LocationUI)  

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