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


IGPNALayer.LocatorFeatureAgents 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.LocatorFeatureAgents Property
ArcGIS Developer Help

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 [in]

ppAgents is a parameter of type IArray* ppAgents [out, retval]
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