LinetypeScale Property

Specifies the linetype scale of an object.

See Also | Example

Signature

object.LinetypeScale

object

All Drawing objects, AttributeReference, Group
The object or objects this property applies to.

LinetypeScale

Double; read-write (write-only for the Group object)
This value must be a positive real number. The default is 1.0.

Remarks

The linetype scale of an object specifies the relative length of dash-dot linetypes per drawing unit.

 

Linetype scale = 1.0 

 

Linetype scale = 0.5 

 

Linetype scale = 0.25 

 

   Comments?