Share

Viewport.UcsIconAtOrigin Property

Description

Assesses if the viewport is currently set to have the UCS icon follow the current UCS origin, as long as the origin is far enough within the viewport to allow the icon to display properly. If the icon is not set to follow the UCS origin in the viewport, then false is returned.

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

Visual Basic

Public Property UcsIconAtOrigin() As bool

C#

public bool UcsIconAtOrigin;

Conditions

Read / Write

Links

Viewport Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?