This document is archived and information here might be outdated. Recommended version. |
The locator agent by index.
[Visual Basic .NET] Public Function get_LocatorAgent ( _ ByVal Index As Integer _ ) As INALocatorAgent
[C#] public INALocatorAgent get_LocatorAgent ( int Index );
[C++]
HRESULT get_LocatorAgent(
long Index,
INALocatorAgent** LocatorAgent
);
[C++] Parameters Index [in]
Index is a parameter of type long LocatorAgent [out, retval]
LocatorAgent is a parameter of type INALocatorAgent**
LocatorAgent allows you to retrieve a locator agent by index.