Void ModelViewManager.CaptureModelView(String viewLabel, String mode, String folder) ***OBSOLETE*** Use the 'Graphics' ExportImage method instead.

Save the view specified by viewLabel as an image.

Parameters

  • viewLabel
    Type: String
    The name of the view to be saved.
  • mode
    Type: String
    A string representing the graphics format to use. One of : "PNG", "JPG", "BMP".
  • folder
    Type: String
    The folder into which the image file will be saved. An empty string ("") defaults to the project's user_files. This is a null operation if the specified folder does not exist.