CODComponent::RemoveChild

Removes a child at the given index.

Defined in: OdComponent.cpp

Syntax

BOOL CODComponent::RemoveChild(const int nIndex);

BOOL CODComponent::RemoveChild(CODComponent* pChild);

Return Value

Non-zero if child found; otherwise zero.

Parameters

nIndex

Index of child component to be removed.

pChild

Pointer to child component to be removed.