PdsBatchAttrib::isValidTargetValue Method
Is used to edit the batch attribute target value; it receives a string and saves it as a proper type.
Syntax
client server public static boolean isValidTargetValue(
PdsBatchAttribId _pdsBatchAttribId,
PdsBatchAttribMin _pdsBatchAttribMin,
PdsBatchAttribMax _pdsBatchAttribMax,
PdsBatchAttribMultiple _pdsBatchAttribMultiple,
PdsBatchAttribTarget _pdsBatchAttribTarget,
PdsBatchAttribType _pdsBatchAttribType)
Run On
Called
Parameters
- _pdsBatchAttribId
Type: PdsBatchAttribId Extended Data Type
The attribute ID.
- _pdsBatchAttribMin
Type: PdsBatchAttribMin Extended Data Type
The minimum value.
- _pdsBatchAttribMax
Type: PdsBatchAttribMax Extended Data Type
The maximum value.
- _pdsBatchAttribMultiple
Type: PdsBatchAttribMultiple Extended Data Type
The increment value.
- _pdsBatchAttribTarget
Type: PdsBatchAttribTarget Extended Data Type
The target value.
- _pdsBatchAttribType
Type: PdsBatchAttribType Enumeration
The attribute type.
Return Value
Type: boolean
The current batch attribute value, returned as string, regardless of type.