This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INALocator Interface > INALocator.RemoveLocatorAgent Method (ArcObjects .NET 10.4 SDK) |
Remove a locator agent by index.
[Visual Basic .NET] Public Sub RemoveLocatorAgent ( _ ByVal Index As Integer _ )
[C#] public void RemoveLocatorAgent ( int Index );
[C++]
HRESULT RemoveLocatorAgent(
long Index
);
[C++]
Parameters Index [in] Index is a parameter of type long
RemoveLocatorAgent removes a locator agent from the NALocator's collection.