Visual Basic | |
---|---|
Property Scale As System.Double |
C# | |
---|---|
System.double Scale {get; set;} |
JavaScript | |
---|---|
get_Scale () : Number put_Scale ( NewVal : Number ) |
Property Value
Scale factor for the width of the RichLineThe 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.
DraftSight V1R1.1