Share

Viewport.GridOn Property

Description

Assesses if the grid is currently turned on in the viewport, otherwise false is returned.

See GRID in the AutoCAD Command Reference for more information.

Visual Basic

Public Property GridOn() As bool

C#

public bool GridOn;

Conditions

Read / Write

Links

Viewport Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?