GetEvnGateNID

Top  Previous  Next

Description                                

Returns the Gate NID of the indicated event/alarm gate.

 

Syntax                                

Int GetEvnGateNID(Int Index)

 

Parameters                                

int Index = gate index in the event/alarm gates list.

 

 

Returned value                

Gate NID as integer value.

 

 

Related functions

GetEvnGateGateID()

 

 

Example                                

 

int GateNID;

GateNID = GetEvnGateNID (10);