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