| Article | 70001975 |
| Type | Wish |
| Product | Engine |
| Version | 9001 |
| Date Added | 5/17/2021 12:00:00 AM |
| Fixed | 9.9002.0.3 (5/28/2021 12:00:00 AM) |
| Submitted by | Giorspiros Vissarion |
Summary
Support different color linetypes and lineweights for each dimension Ext Line
Solution
In version 9002 we added 5 new properties to the vdDimstyle and also to the vdDimension object which override the style's properties accordinly.
The following properties have been added
summary> Get/Set the Linetype of the Dimension Line.
public vdLineType DimLineLineType
summary> Get/Set the Linetype of the Extension Line 1.
public vdLineType ExtLineLineType1
summary> Get/Set the Linetype of the Extension Line 2.
public vdLineType ExtLineLineType2
summary> Get/Set The LineWeight of the Dimension Line.
public VdConstLineWeight DimLineLineWeight
summary> Get/Set The LineWeight of the Extension Line.
public VdConstLineWeight ExtLineLineWeight
These properties are also support in import/export of DXF and DWG files.
