ArcObjects Library Reference (NetworkAnalyst)  

INALocator.LocatorAgentCount Property

The number of locator agents added.

[Visual Basic .NET]
Public ReadOnly Property LocatorAgentCount As Integer
[C#]
public int LocatorAgentCount {get;}
[C++]
HRESULT get_LocatorAgentCount(
  long* Count
);
[C++]

Parameters

Count [out, retval]   Count is a parameter of type long

Product Availability

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

Remarks

LocatorAgentCount returns the number of locator agents that the NALocator is referencing.

See Also

INALocator Interface