No details are provided for this entry.
Declaration Syntax
public interface IModelViewManager
Table 150: Members
| 
                 Property  | NumberOfViews | 
                 The number of views currently defined.  | 
| 
                 Method  | ApplyModelView(int) | 
                 Apply the view specified by index.  | 
| 
                 Method  | ApplyModelView(string) | 
                 Apply the view specified by name.  | 
| 
                 Method  | CaptureModelView(int, string) | 
                 Save the view specified by index as a PNG image to the project userfiles.  | 
| 
                 Method  | CaptureModelView(string, string) | 
                 Save the view specified as an image to the project userfiles.  | 
| 
                 Method  | CreateView() | 
                 Create a view from current graphics with default naming.  | 
| 
                 Method  | CreateView(string) | 
                 Create a view from current graphics with the specified name.  | 
| 
                 Method  | DeleteView(int) | 
                 Delete the specified view by index.  | 
| 
                 Method  | DeleteView(string) | 
                 Apply the view specified by name.  | 
| 
                 Method  | ExportModelViews(string) | 
                 Export model views to the specified file.  | 
| 
                 Method  | ImportModelViews(string) | 
                 Import model views from the specified file.  | 
| 
                 Method  | RenameView(int, string) | 
                 Rename the model view specified by viewIndex to newLabel.  | 
| 
                 Method  | RenameView(string, string) | 
                 Rename the model view specified to newLabel.  |