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

Outline.IsScaleValid

Method
Description:
Checks if given scale is valid. Should be greater than zero.
Syntax
public bool IsScaleValid(
	double scale
)
Parameters
Parameter Type Description
scale Double The scale.
Return Value
Type Description
Boolean True if the scale is valid, false otherwise.