This document is archived and information here might be outdated. Recommended version. |
The result object by index.
[Visual Basic .NET] Public Function get_ResultElement ( _ ByVal Index As Integer _ ) As INATraversalResultElement
[C#] public INATraversalResultElement get_ResultElement ( int Index );
[C++]
HRESULT get_ResultElement(
long Index,
INATraversalResultElement** Result
);
[C++] Parameters Index [in]
Index is a parameter of type long Result [out, retval]
Result is a parameter of type INATraversalResultElement**
ResultElement provides access to the network elements stored in the traversal result object.