CODComponent::AppendChild

BOOL CODComponent::AppendChild(CODComponent* pChild)

Appends a child to the component's list of children.

Defined in: OdComponent.cpp

Return Value

Returns zero if the component cannot be added to the list; otherwise returns non-zero.

Parameters

pChild

The component to be appended.