Gets a 'Status' entry. Status (ASBIE). The status of the event.

Namespace: Unimaze.Composer.Ubl2.Interfaces
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

C#
IStatus GetCurrentStatus(
	int index
)
Visual Basic
Function GetCurrentStatus ( 
	index As Integer
) As IStatus
Visual C++
IStatus^ GetCurrentStatus(
	int index
)
F#
abstract GetCurrentStatus : 
        index : int -> IStatus 

Parameters

index
Type: System..::..Int32
The index of the IStatus to get.

Return Value

Type: IStatus
The indexed IStatus object.

See Also