EvnGateExists

Top  Previous  Next
Description        

Check if the specified event/alarm gate exists.

 

Syntax                

Bool EvnGateExists(String Name, Int Id)

 

Parameters

Name = name of the gate to search

Id = identifier of the gate  to search

 

Returned value

true if the gate is defined in the application

false if the gate does not defined in the application

 

Related functions

CmpGateExists() , DigGateExists() , NumGateExists() , StrGateExists()

 

Example                

Bool Exists;

Exists = EvnGateExists("E",1);