Click or drag to resize

IPtzControlSavePredefinedPosition Method

Save current position of camera as predefined position.

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

Parameters

posId  Int32
Id of position to be changed.
Exceptions
ExceptionCondition
PtzLockedCameoSdkExceptionCamera was locked by user with higher priority.
NoPermissionCameoSdkExceptionUser has no 'Presets' or 'SetPresets' permission.
See Also