RhinoCommon API
ViewTableFind Method (Guid) |
Finds a view in this document with a given main viewport Id.
Namespace: Rhino.DocObjects.Tables
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public RhinoView Find( Guid mainViewportId )
Public Function Find ( mainViewportId As Guid ) As RhinoView
Parameters
- mainViewportId
- Type: SystemGuid
The ID of the main viewport looked for.
Return Value
Type: RhinoViewView on success. null if the view could not be found in this document.
