XMLData.GetChild
Declaration: GetChild (position as long) as XMLData
Return Value
Returns an XML element as XMLData object.
Description
GetChild() returns a reference to the child at the given index (zero-based).
Available with TypeLibrary version 1.5
Errors
1500  | The XMLData object is no longer valid.  | 
1510  | Invalid address for the return parameter was specified.  |