VIDEO_OA_paraList_getListDpFromName()

This functions converts the name of a camera list into the related data point name.

Synopsis

string VIDEO_OA_paraList_getListDpFromName(string name);

Parameters

Parameter Description
name Name of the camera list

Return Value

Errors

Missing or wrong arguments

Description

This functions converts the name of a camera list into the related data point name.

EXAMPLE

main()
{
  string dp;
  dp = VIDEO_OA_paraList_getListDpFromName("my first list");
  DebugN(dp);
}

Assignment

Video functions

Availability

UI, CTRL