BB FlashBack SDK: FBTransitions

GetID

Description

Returns the ID of a transition, given its index.

Syntax

[C#/C++]
public Long GetID (Long lIndex);

[VB.NET]
Public Function GetID (ByVal lIndex As Long) As Long

Parameters

lIndex : Index of a transition.

Return Values

If the index given is out of range, the return value is -1.

If the function succeeds, the return value is the ID of the transition.