Click or drag to resize

IDomeCameraManagerGetDomeCameraByName Method

Gets a PTZ camera by name.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
DomeCamera GetDomeCameraByName(
	string name
)

Parameters

name  String
PTZ camera name.

Return Value

DomeCamera
DomeCamera handle if PTZ camera entity with specified name exists in the configuration and permitted to caller. Otherwise null-handle (IsNull) is returned.
See Also