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
)
Public Sub New (
ref_guid As Guid
)
Parameters
- ref_guid
- Type: SystemGuid
ID of viewport object to reference.
See Also