CODCommand::GetUpdateSet

void CODCommand::GetUpdateSet(CODComponentSet& setUpdate)

Returns a list of components that are affected by this command.

Defined in: OdCommand.cpp

Return Value

void

Parameters

setUpdate

Component set to load.

Comments

This implementation returns a set identical to the set passed into the command.