CODComponent::LocateChild
intCODComponent::LocateChild(CODComponent*pChild)
Returns the index of a child component.
Defined in: OdComponent.cpp
Return Value
The index of a component; -1 if not found amongst the children.
Parameters
pChild
The child component to search for.