Click or drag to resize

GH_DetailView Constructor (Guid)

Create a new referenced detail view that references a Rhino detail view with the specified ID.

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_DetailView(
	Guid ref_guid
)

Parameters

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