CODComponent::IsChild
BOOLCODComponent::IsChild(CODComponent*pComp)
Determines if the given component is a child of this component.
Defined in: OdComponent.cpp
Return Value
TRUE if the component is a child; otherwise FALSE.
Parameters
pComp
Component to test.