Click or drag to resize

ActivityGetOutgoingTransitionByIndex Method

Returns the outgoing transition for the activity based on the provided index.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public Transition GetOutgoingTransitionByIndex(
	int index
)

Parameters

index
Type: SystemInt32
index er 0-baseret

Return Value

Type: Transition
See Also