Scales the bounding box by given scale.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void Scale(
double scale
)
Parameters
- scale Double
-
The scale value. It should be greater than zero.
Exceptions
See Also
Reference