This document is archived and information here might be outdated. Recommended version. |
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