Share

Dimension.Dimlwd Property

Description

Accesses the current DIMLWD value for the dimension.

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

Visual Basic

Public virtual Property Dimlwd() As Autodesk.AutoCAD.DatabaseServices.LineWeight

C#

public virtual Autodesk.AutoCAD.DatabaseServices.LineWeight Dimlwd;

Conditions

Read / Write

Links

Dimension Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?