CODSymbolComponent::AddLabel

BOOL CODSymbolComponent::AddLabel(CODLabelComponent* pLabelComp)

Adds a label to 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.

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.