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

TableData.IsValidZoomLevel

Method
Description:
Verifies if the value of zoom level is valid.
Syntax
public bool IsValidZoomLevel(
	int zoomLevel
)
Parameters
Parameter Type Description
zoomLevel Int32 The value of zoom level.
Return Value
Type Description
Boolean True if the value of zoom level is inside of the acceptable range, false otherwise.