EMSSimulationRowTmp::isEmsSimulationRowExist Method
Indicates whether the EMSSimulationRowTmp record exists.
Syntax
client server public static boolean isEmsSimulationRowExist(
EMSSimulationRowTmp _emsSimulationRowTmp,
EMSProcessId _sourceProcessId,
EMSProcessId _destinationProcessId,
EMSSubstanceId _emsSubstanceId)
Run On
Called
Parameters
- _emsSimulationRowTmp
Type: EMSSimulationRowTmp Table
The EMSSimulationRowTmp object to check.
- _sourceProcessId
Type: EMSProcessId Extended Data Type
The EMSProcessId source process ID of the EMSSimulationRowTmp record.
- _destinationProcessId
Type: EMSProcessId Extended Data Type
The EMSProcessId destination process ID of the EMSSimulationRowTmp record.
- _emsSubstanceId
Type: EMSSubstanceId Extended Data Type
The EMSSubstanceId destination value of the EMSSimulationRowTmp record.
Return Value
Type: boolean
true if the EMSSimulationRowTmp record exists; otherwise, false.