camera_id_to_name Method
Return the name of the camera given a camera name
Namespace: Scheduler Assembly: Scheduler (in Scheduler.dll) Version: 3.0.0.0 (4.0.0.12)
Syntax
C# |
public static string camera_id_to_name( string id) |
VB |
Public Shared Function camera_id_to_name ( id As String) As String |
Parameters
id
Type: System.String
The ID of the camera to look up
Return Value
Type: StringString
See Also
functions Class
Scheduler Namespace