This document is archived and information here might be outdated.  Recommended version.


INALocator.LocatorAgentCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INALocator Interface > INALocator.LocatorAgentCount Property
ArcGIS Developer Help

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(
  System.Int32* 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