Click or drag to resize

IPtzControlMoveToPredefinedPosition Method

Move to predefined position.

Namespace: Bosch.Vms.CameoSdk
Assembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntax
C#
void MoveToPredefinedPosition(
	int posId
)

Parameters

posId  Int32
Id of position.
Exceptions
ExceptionCondition
PtzLockedCameoSdkExceptionCamera was locked by user with higher priority.
NoPermissionCameoSdkExceptionUser has no 'Presets' permission.
Remarks
Available list of Ids can be found in PredefinedPositions enumeration.
See Also