This page contains reference documentation for the QuadrantSpacing member. This member sets or gets the grid quadrant spacing. Valid values are between 1 and 256, inclusive.
int QuadrantSpacing;
Examples are as follows:
// Set Quadrant Spacing to 8 units. a_oView.QuadrantSpacing = 8.0; // Set Quadrant Spacing to 32 units. a_oView.QuadrantSpacing = 32.0;
For sample code: