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


IGPNALayer.FindClosestAmongAllAgents Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IG > IGPNALayer Interface > IGPNALayer.FindClosestAmongAllAgents Property
ArcGIS Developer Help

IGPNALayer.FindClosestAmongAllAgents Property

Indicates whether to search all agents when loading points.

[Visual Basic .NET]
Public Property FindClosestAmongAllAgents As Boolean
[C#]
public bool FindClosestAmongAllAgents {get; set;}
[C++]
HRESULT get_FindClosestAmongAllAgents(
  VARIANT_BOOL bFindClosest
);
[C++]
HRESULT put_FindClosestAmongAllAgents(
  Boolean* bFindClosest
);
[C++]
Parameters
bFindClosest [in]

bFindClosest is a parameter of type bool bFindClosest [out, retval]
bFindClosest is a parameter of type bool*

Product Availability

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

See Also

IGPNALayer Interface