PDSCalculationLine::exist Method
Gets a value that indicates whether the record exists for the specified key.
Syntax
client server public static boolean exist(PDSCalculationId _id, PDSCalcElementBase _element)
Run On
Called
Parameters
- _id
Type: PDSCalculationId Extended Data Type
The ID value of the calculation equation.
- _element
Type: PDSCalcElementBase Enumeration
The element that is used in the calculation equation.
Return Value
Type: boolean
true if the record exists; otherwise, false.