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


IGPNALayer.LocatorFeatureAgents Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

IGPNALayer.LocatorFeatureAgents Property

The array of locator feature agents.

[Visual Basic .NET]
Public Property LocatorFeatureAgents As IArray
[C#]
public IArray LocatorFeatureAgents {get; set;}
[C++]
HRESULT get_LocatorFeatureAgents(
  IArray** ppAgents
);
[C++]
HRESULT putref_LocatorFeatureAgents(
  IArray* ppAgents
);
[C++]

Parameters ppAgents [out, retval]
ppAgents is a parameter of type IArray ppAgents [in]
ppAgents is a parameter of type IArray

Product Availability

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

See Also

IGPNALayer Interface