ArcObjects Library Reference (NetworkAnalyst)  

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(
  VARIANT_BOOL bFindClosest
);
[C++]

Parameters

bFindClosest [out, retval]   bFindClosest is a parameter of type VARIANT_BOOL bFindClosest [in]   bFindClosest is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGPNALayer Interface