This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IG > IGPNAUtilities Interface > IGPNAUtilities.GetLocatorFeatureAgents Method (ArcObjects .NET 10.4 SDK) |
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,
IArray** Agents
);
[C++]
Parameters de [in]
de is a parameter of type IDENetworkDataset bIncludeSubtypes [in] bIncludeSubtypes is a parameter of type VARIANT_BOOL Agents [out, retval]
Agents is a parameter of type IArray
GetLocatorFeatureAgents takes in a DENetworkDataset and a boolean to include sub types and returns an array of locator feature agents.