Share

Viewport.On 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 On() As bool

C#

public bool On;

Conditions

Read / Write

Links

Viewport Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?