E57 Foundation API v1.1.312  Aug. 10, 2011
Node get ( int64_t  index) const

Get a child element by positional index.

Parameters:
[in]indexThe index of child element to get, starting at 0.
Precondition:
The destination ImageFile must be open (i.e. destImageFile().isOpen()).
0 <= index < childCount()
Postcondition:
No visible state is modified.
Returns:
A smart Node handle referencing the child node.
Exceptions:
E57_ERROR_CHILD_INDEX_OUT_OF_BOUNDS
E57_ERROR_IMAGEFILE_NOT_OPEN
E57_ERROR_INTERNALAll objects in undocumented state
See also:
VectorFunctions.cpp example, VectorNode::childCount, VectorNode::append, StructureNode::get(int64_t) const
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines