Description:

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

Syntax:
public static RhinoViewport FromId(
Guid id
)
Parameters:
  • id
  • Type: System.Guid
  • Id to search for.
Returns:
Returns a RhinoViewport if the Id is found otherwise null.
Available since:
6.0

Nothing found