Teledyne CARIS provides bindings for scripting with the Python programming language. These bindings provide a simple, consistent model to automate and integrate data and operations with external functions and software.
An instance of the Caris Application.
Display a message box asking the user an Ok/Cancel question
title (str) – The message box’s title
str
text (str) – The message box’s text, or question
True if ok was selected
Display a message box asking the user a yes/no question
True if yes was selected