RhinoViewport.FromId Method

RhinoViewportFromId Method

Call this method to get the viewport with the specified Id.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static RhinoViewport FromId(
	Guid id
)
Public Shared Function FromId ( 
	id As Guid
) As RhinoViewport

Parameters

id
Type: SystemGuid
Id to search for.

Return Value

Type: RhinoViewport
Returns a RhinoViewport if the Id is found otherwise null.
Version Information

Rhino for Windows

Supported in: 6.14
See Also