Share via


PdsBatchAttrib::isValidAttribRange Method

Checks whether value fits in the given range, and whether the range is valid.

Syntax

client server public static boolean isValidAttribRange(
    PdsBatchAttribMin _pdsBatchAttribMin, 
    PdsBatchAttribMax _pdsBatchAttribMax, 
   [PdsBatchAttribValue _pdsBatchAttribValue])

Run On

Called

Parameters

Return Value

Type: boolean
A value that indicates whether the value fits in the given range, and whether the range is valid (that is, min is less than max).

Remarks

D-20-1499 Pds Batch attributes public static boolean isValidAttribRange(PdsBatchAttribMin _pdsBatchAttribMin, PdsBatchAttribMax _pdsBatchAttribMax, PdsBatchAttribValue _pdsBatchAttribValue)

See Also

Reference

PdsBatchAttrib Table