CODSpacingCommand::SetVerticalSpacing

inline voidCODSpacingCommand::SetVerticalSpacing(const ModemodeSpacing, const intnSpacing)

Sets vertical spacing mode and optional value.

Defined in: OdSpacingCmd.h

Return Value

void

Parameters

modeSpacing

Spacing mode.

nSpacing

Spacing value.

Comments

The spacing mode is one of the following: OD_SPACING_NONE, OD_SPACING_FIXED, OD_SPACING_AUTO. OD_SPACING_NONE indicates that no vertical spacing is performed. OD_SPACING_FIXED indicates that components will be spaced according to the given spacing value. OD_SPACING_AUTO indicates that components will be evenly spaced between the top-most component and the bottom-most component.