CODModel::RemoveChild
Removes a child at the given index.
Defined in: OdModel.cpp
Syntax
BOOL CODModel::RemoveChild(const int nIndex);BOOL CODModel::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.