ISequenceManagerGetSequenceById Method |  |
Get all sequences currently being displayed which were created from the
SequenceSeed with the given seed id.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
SyntaxSequence[] GetSequenceById(
Guid id
)
Parameters
- id Guid
- Sequence seed id.
Return Value
Sequence
An array of currently running sequences.
See Also