CODSpacingCommand::SetHorizontalSpacing
inline voidCODSpacingCommand::SetHorizontalSpacing(const ModemodeSpacing, const intnSpacing)
Sets horizontal 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 horizontal 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 left-most component and the right-most component.