Click or drag to resize

ModelView Constructor (Guid)

Create a new referenced view that references a RhinoView or NamedView object with the specified ref_guid.

Namespace:  Grasshopper.Rhinoceros.Display
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public ModelView(
	Guid ref_guid
)

Parameters

ref_guid
Type: SystemGuid
ID of viewport object to reference.
See Also