CODViewport::SetHorizontalGridSpacing
Sets the horizontal grid spacing.
Defined in: OdViewport.h
Syntax
inline void CODViewport::SetHorizontalGridSpacing(float fGridSpacingX)inline void CODViewport::SetHorizontalGridSpacing(const CODMeasure& gridSpacingX)
Return Value
void
Parameters
fGridSpacingX
The new horizontal spacing of the grid.
gridSpacingX
The new horizontal spacing of the grid as a measure object.