CODCommand::GetUpdateType

int CODCommand::GetUpdateType(void)

Gets the type of update to be performed.

Defined in: OdCommand.cpp

Return Value

The type of update; can be one of the following values:

OD_UPDATE_ALL

Update all of the currently visible components in the model.

OD_UPDATE_CURRENT_POS

Updates the component(s) at its current position.

OD_UPDATE_OLD_AND_NEW_POS

Updates the component(s) at its old and new positions.

OD_UPDATE_DIAGRAM_SIZE

Updates the diagram after a size operation was performed.

OD_UPDATE_PAGE_SETTINGS

Updates the diagram after the page settings have been altered.

OD_UPDATE_DIAGRAM_INIT

Perform the diagram's initial update.