CODSymbolComponent::InsertLabel

BOOLCODSymbolComponent::InsertLabel(CODLabelComponent*pLabelComp, const intnLabelIdx)

Inserts a label into the symbol.

Defined in: OdSymbolComp.cpp

Return Value

TRUE if the label was added to the symbol's set of labels.

Parameters

pLabelComp

A pointer to the label component to add.

nLabelIdx

Index at which label should be inserted.

Comments

This routine adds a label to a set inside of the symbol. If the symbol has a parent, the label is inserted into the parent.