Click or drag to resize

IContentManagerDisplaySequence Method

Displays a sequence in a video window. The sequence is started in forward direction. This function is only supported in live mode.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
Sequence DisplaySequence(
	ImagePane pane,
	SequenceSeed seed
)

Parameters

pane  ImagePane
seed  SequenceSeed
Sequence Seed object that can be obtained from the ISequenceManager.

Return Value

Sequence
Exceptions
ExceptionCondition
SdkException Thrown if seed doesn't exist in the configuration or is not permitted to caller.
See Also