Click or drag to resize

ITimelineManagerSetCurrentPosition Method

Moves the hairline to the given DateTime position.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
void SetCurrentPosition(
	DateTime position
)

Parameters

position  DateTime
The position where the hairline shall be set. The time format is local.
Exceptions
ExceptionCondition
SdkExceptionposition is less then 01.01.1953.
UnauthorizedAccessSdkException Thrown if operation is not permitted to caller.
See Also