Description:
Finds a view in this document with a main viewport that has a given name. Note that there may be multiple views in this document that have the same name. This function only returns the first view found. If you want to find all the views with a given name, use the GetViewList function and iterate through the views.
Description:
Finds a view in this document with a given main viewport Id.
Syntax:
Parameters:
- mainViewportId
- Type: System.Guid
- The ID of the main viewport looked for.
Returns:
Type: RhinoView
View on success. None if the view could not be found in this document.
Available since:
5.0