Click or drag to resize

ISequenceManagerGetSequenceById Method

Get all sequences currently being displayed which were created from the SequenceSeed with the given seed id.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
Sequence[] GetSequenceById(
	Guid id
)

Parameters

id  Guid
Sequence seed id.

Return Value

Sequence
An array of currently running sequences.
See Also