Share

Viewport.UcsIconVisible Property

Description

Assesses if the viewport is currently set to have the UCS icon display, otherwise false is returned.

See UCSICON in the AutoCAD Command Reference for more information on the UCS icon visibility.

Visual Basic

Public Property UcsIconVisible() As bool

C#

public bool UcsIconVisible;

Conditions

Read / Write

Links

Viewport Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?