CODComponent::GetChild

CODComponent* CODComponent::GetChild(const int nIndex)

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.