ViewTableFind Method (Guid) |
Finds a view in this document with a given main viewport Id.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also