Descendant(int) method
Return a specific data item that's owned by this object.
Visual Basic syntax
Public Function
Descendant
(ByVal index As Integer)
As IAgentryData
C# syntax
public IAgentryData
Descendant
(int index)
Parameters
-
index –
The index of the requested child data object
Returns
The data item at the specified index or nullptr if the index is out of range.