GetStrGateNID

Top  Previous  Next

Description                                

Returns the Gate NID of the indicated string gate.

 

Syntax                                

Int GetStrGateNID(Int Index)

 

Parameters                                

int Index = gate index in the string gates list.

 

 

Returned value                

Gate NID as integer value.

 

 

Related functions

GetStrGateGateID()

 

 

Example                                

 

int GateNID;

GateNID = GetStrGateNID (10);