RevisionSettings.IsAcceptableRevisionCloudSpacing
Description:
Rounds the given raw value and checks whether it is an acceptable cloud spacing value after it is rounded.
Rounds the given raw value and checks whether it is an acceptable cloud spacing value after it is rounded.
Remarks:
After rounding, the value must be a valid length that is greater than zero.
After rounding, the value must be a valid length that is greater than zero.
-
rawValueThe raw value to check. This value need not be rounded prior to calling this function.
Return Value
bool
True if the value will be acceptable after rounding, False otherwise