PdsBatchAttrib.checkValueAgainstAttribRange Method
Checks if the specified value is allowed.
Syntax
public boolean checkValueAgainstAttribRange(real _value, [boolean _forceCheck])
Run On
Called
Parameters
- _value
Type: real
A real value that represents an overridden boundary value.
- _forceCheck
Type: boolean
A Boolean value that determines whether the check should be forced.
Return Value
Type: boolean
true if the specified value is allowed; otherwise, false.