CODCommand::AddComponents

void CODCommand::AddComponents(CODComponentSet* pCompSet)

Adds multiple components to the set of components affected by this change.

Defined in: OdCommand.cpp

Return Value

void

Parameters

pCompSet

A pointer to the list of components to add on to the existing list.

Comments

If any single component already exists in the list, that component will not be added again.