Share

Viewport.CircleSides Property

Description

Accesses the circle zoom percent for the viewport.

The circle zoom percent controls the number of sides to the tessellation used when displaying curves. The value can be between 1 and 20000, with higher settings using more sides in the curve tessellation.

See VIEWRES in the AutoCAD Command Reference for more information on circle zoom percent.

Visual Basic

Public Property CircleSides() As Integer

C#

public int CircleSides;

Conditions

Read / Write

Links

Viewport Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?