View.IsValidViewScale
Description:
This validator checks that the view scale is in the allowable range.
This validator checks that the view scale is in the allowable range.
Remarks:
The view scale is expressed as 1/X, where X is an integer the range 1 to 24,000.
The view scale is expressed as 1/X, where X is an integer the range 1 to 24,000.
public static bool IsValidViewScale(
int viewScale
)
-
Int32viewScaleThe denominator X in the view scale 1/X.