CODSymbolComponent::InsertLabel

BOOL CODSymbolComponent::InsertLabel(CODLabelComponent* pLabelComp, const int nLabelIdx)

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.