Scale Property (IRichLine) Send Feedback
See Also 
Gets or sets the scale factor for the width of the RichLine.

Syntax

Visual Basic 
Property Scale As System.Double
C# 
System.double Scale {get; set;}
JavaScript 
get_Scale () : Number
put_Scale (
   NewVal : Number
)
COM native C++ 
HRESULT get_Scale(
   DOUBLE* Val
) 
HRESULT put_Scale( 
   DOUBLE NewVal
C++ 
DSRESULT get_Scale (
   double* Val
)
DSRESULT put_Scale(
   double NewVal
)

Property Value

Scale factor for the width of the RichLine

Remarks

The scale factor is based on the width of the LineStyle. Specifying a scale factor of 2 for IRichLine::Scale results in a RichLine twice as wide as that defined by IRichLine::LineScale. IRichLine::Scale does not change IRichLine::LineScale.

To collapse the RichLine to a single line, specify a scale factor of 0. 

See Also

Availability

DraftSight V1R1.1