VIDEO_OA_getMaxPreset()
Returns the number of defined preset positions in the configuration.
Synopsis
int VIDEO_OA_getMaxPreset(string sObject);
Parameters
| Parameter | Description | 
|---|---|
| sObject | Datapoint | 
Return Value
Number of the biggest preset position.
0 = no preset configuration was found
Errors
Missing or wrong arguments.
Description
Returns the number of defined preset positions in the configuration.
EXAMPLE
main()
{
  DebugN(VIDEO_OA_geMaxPreset("Camera_00001"));
}
            Assignment
Video functions
Availability
UI, CTRL
