RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Outline

Outline.Scale

Method
Description:
Scales the bounding box by given scale.
Syntax
public void Scale(
	double scale
)
Parameters
Parameter Type Description
scale Double The scale value. It should be greater than zero.
Return Value
Exceptions
Exception Condition
ArgumentException The scale is invalid.