Click or drag to resize

IPtzSettingsPredefinedPositions Property

Returns a list of predefined positions with their names.

Namespace: Bosch.Vms.CameoSdk
Assembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntax
C#
IEnumerable<KeyValuePair<int, string>> PredefinedPositions { get; }

Property Value

IEnumerableKeyValuePairInt32, String
Exceptions
ExceptionCondition
NoPermissionCameoSdkExceptionUser has no 'Presets' permission.
See Also