This document is archived and information here might be outdated. Recommended version. |
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
GetLocatorFeatureAgents takes in a DENetworkDataset and a boolean to include sub types and returns an array of locator feature agents.