This validator checks that the view scale is in the allowable range.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
C# |
---|
public static bool IsValidViewScale( int viewScale ) |
Visual Basic |
---|
Public Shared Function IsValidViewScale ( _ viewScale As Integer _ ) As Boolean |
Visual C++ |
---|
public: static bool IsValidViewScale( int viewScale ) |
Parameters
- viewScale
- Type: System..::..Int32
The denominator X in the view scale 1/X.
Return Value
True if the view scale is within the allowable range, false otherwise.
Remarks
The view scale is expressed as 1/X, where X is an integer the range 1 to 24,000.