CODSpacingCommand::AddComponent

voidCODSpacingCommand::AddComponent(CODComponent*pComp)

Adds a single component to the set of components affected by this command.

Defined in: OdSpacingCmd.cpp

Return Value

void

Parameters

pComp

A pointer to the component to add.

Comments

If the component already exists in the list, it will not be added again. The position map is updated when the component is added.