CaptureModelView(int, string)

Save the view specified by index as a PNG image to the project userfiles.

Declaration Syntax

public void CaptureModelView(int index, string mode)

Parameters

index(int)

The index of the view to be saved.

mode(string)

A string representing the graphics format to use. One of : "PNG", "JPG", "BMP".