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


IGPNAUtilities.GetLocatorFeatureAgents Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IG > IGPNAUtilities Interface > IGPNAUtilities.GetLocatorFeatureAgents Method
ArcGIS Developer Help

IGPNAUtilities.GetLocatorFeatureAgents Method

Get an array of locator feature agents for a network dataset.

[Visual Basic .NET]
Public Function GetLocatorFeatureAgents ( _
    ByVal de As IDENetworkDataset, _
    ByVal bIncludeSubtypes As Boolean _
) As IArray
[C#]
public IArray GetLocatorFeatureAgents (
    IDENetworkDataset de,
    bool bIncludeSubtypes
);
[C++]
HRESULT GetLocatorFeatureAgents(
  IDENetworkDataset* de,
  VARIANT_BOOL bIncludeSubtypes
);
[C++]
Parameters
de [in]

de is a parameter of type IDENetworkDataset* bIncludeSubtypes [in]
bIncludeSubtypes is a parameter of type bool

Product Availability

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

Remarks

GetLocatorFeatureAgents takes in a DENetworkDataset and a boolean to include sub types and returns an array of locator feature agents.

See Also

IGPNAUtilities Interface