Share

Viewport.GridIncrement Property

Description

Accesses the Vector2d in which the X value represents the X spacing (in drawing units) of the grid and the Y value represents the Y spacing of the grid.

For information on what the grid is and how it's used, see GRID in the AutoCAD Command Reference.

Visual Basic

Public Property GridIncrement() As Vector2d

C#

public Vector2d GridIncrement;

Conditions

Read / Write

Links

Viewport Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?