ArcObjects Library Reference (NetworkAnalyst)  

INALocator.LocatorAgent Property

The locator agent by index.

[Visual Basic .NET]
Public Function get_LocatorAgent ( _
    ByVal Index As Integer _
) As INALocatorAgent
[C#]
public INALocatorAgent get_LocatorAgent (
    int Index
);
[C++]
HRESULT get_LocatorAgent(
  long Index,
  INALocatorAgent** LocatorAgent
);
[C++]

Parameters

Index [in]   Index is a parameter of type long LocatorAgent [out, retval]

  LocatorAgent is a parameter of type INALocatorAgent

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

LocatorAgent allows you to retrieve a locator agent by index.

See Also

INALocator Interface