Click or drag to resize

SequenceSeed Class

Handle for sequence-seed objects. The SDK documentation denotes the definition of a camera-sequence in the configuration as "sequence seed".
Inheritance Hierarchy
SystemObject
  Bosch.Vms.SDKSdkHandle
    Bosch.Vms.SDKSequenceSeed

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
[SerializableAttribute]
public class SequenceSeed : SdkHandle

The SequenceSeed type exposes the following members.

Properties
 NameDescription
Public propertyIsNull True if the handle represents a null value.
(Inherited from SdkHandle)
Top
Methods
 NameDescription
Public methodEquals Determines whether the specified Object is equal to the current Object.
(Inherited from SdkHandle)
Public methodGetHashCode Serves as a hash function for a particular type.
(Inherited from SdkHandle)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString Returns a String that represents the current Object.
(Inherited from SdkHandle)
Top
Fields
 NameDescription
Public fieldId The ID of the handle.
(Inherited from SdkHandle)
Public fieldServerId The ID of the server which contains the SdkHandle.
(Inherited from SdkHandle)
Top
Remarks
The Sequence Builder dialog of the Configuration Client allows the user to define sequences of cameras to be displayed in image panes or (via decoders) on analog monitors. Such a camera-sequence is identified by its ID or by its unique logical number or by its name. For making the camera-sequences available to the operators, they can be added to the logical tree.
The SDK documentation uses the term "sequence seed" for referring to the definition of a camera-sequence in the configuration.
A configured sequence can be displayed in an image pane using the method DisplaySequence(ImagePane, SequenceSeed) or on an analog monitor using the method DisplaySequence(Decoder, SequenceSeed).
See Also