Share

Database.Dimstyle Property

Description

Accesses the object ID of the dimstyle specified by the current DIMSTYLE value of the database.

See the System Variables section of the AutoCAD Command Reference for information on DIMSTYLE.

Visual Basic

Public Property Dimstyle() As ObjectId

C#

public ObjectId Dimstyle;

Conditions

Read / Write

Links

Database Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?