CODModel::InsertChild
BOOLCODModel::InsertChild(CODComponent*pChild, const intnIndex)
Insert a child into the composite at a given position.
Defined in: OdModel.cpp
Return Value
Non-zero if the child component was successfully added.
Parameters
pChild
The child component to be added.
nIndex
Position at which child component is to be added.