Click or drag to resize

GH_DocumentActiveDoc Property

Gets or sets a value indicating that this document was last active in a multi-doc aware Rhino.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public bool ActiveDoc { get; set; }

Property Value

Type: Boolean
true if this was the last active document; otherwise, false.
See Also