CODSpacingCommand::Execute

BOOLCODSpacingCommand::Execute(void)

Spaces the components.

Defined in: OdSpacingCmd.cpp

Return Value

Non-zero if the command was successful.

Comments

This function calls either  CODModel::SpaceComponentsAcross or  CODModel::SpaceComponentsDown. If the spacing mode is OD_SPACING_AUTO, then the spacing value is calculated by the model. If the spacing mode is OD_SPACING_FIXED, then the spacing value is explicitly passed to the model.