| Name | Description |
|---|---|
| ApplyModelView(Int32) | Apply the view specified by index. |
| ApplyModelView(String) | Apply the view specified by name. |
| CaptureModelView(Int32, String) | Save the view specified by index as a PNG image to the project userfiles. |
| CaptureModelView(String, String) | Save the view specified as an image to the project userfiles. |
| CreateView() | Create a view from current graphics with default naming. |
| CreateView(String) | Create a view from current graphics with the specified name. |
| DeleteView(Int32) | Delete the specified view by index. |
| DeleteView(String) | Apply the view specified by name. |
| ExportModelViews(String) | Export model views to the specified file. |
| ImportModelViews(String) | Import model views from the specified file. |
| RenameView(Int32, String) | Rename the model view specified by viewIndex to newLabel. |
| RenameView(String, String) | Rename the model view specified to newLabel. |
| Name | Description |
|---|---|
| NumberOfViews | The number of views currently defined. |