ViewTable.Find Method (Guid)

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
Syntax
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: RhinoView
View on success. null if the view could not be found in this document.
See Also