CODComponent::GetChild
CODComponent*CODComponent::GetChild(const intnIndex)
Returns the child component at the provided index in the list of children.
Defined in: OdComponent.cpp
Return Value
The requested component; NULL if the index is invalid.
Parameters
nIndex
The index.