This document is archived and information here might be outdated. Recommended version. |
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**