DimensionStyleScaleLengthValues Method |
Scales all length values by 'scale'
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax public void ScaleLengthValues(
double scale
)
Public Sub ScaleLengthValues (
scale As Double
)
Parameters
- scale
- Type: SystemDouble
[Missing <param name="scale"/> documentation for "M:Rhino.DocObjects.DimensionStyle.ScaleLengthValues(System.Double)"]
See Also