VIDEO.ClearTool

Previous  Next

 

status = VIDEO.ClearTool( nControl   AS INTEGER,

                          nTool      AS INTEGER,

                          bAllFrames AS INTEGER,

                          nToolType  AS INTEGER ) AS INTEGER

 

 

 

 

Deletes/clears specified tool.

 

Example:

 

' Clear First Angle

VIDEO.ClearTool( bControl, 1, TRUE, MT_Tool_Angle )