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
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.