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

Save the view specified by index as an image.

Parameters

  • index
    Type: Int32
    The index 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.