Void ModelViewManager.CaptureObjectImage(DataModelObject obj, String mode, String folder) ***OBSOLETE*** Use the 'Graphics' ExportImage method instead.

Save the object specified as an image. The image have the same name as the object.

Parameters

  • obj
    The object for which an image will 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.