No details are provided for this entry.
Declaration Syntax
public class ModelViewManager : IModelViewManager
Table 151: Members
Property | ActiveViewPort |
No details are provided for this entry. |
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 | 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) |
Delete the specified view 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. |
Method | SetActiveViewPort(int) |
Active a viewport. |
Method | SetActiveViewPort(int, int) |
Set the active of viewport. |
Method | SetViewPorts(int, bool) |
Set the number of viewports displayed. |