Click or drag to resize

GH_ActiveObjectLocked Property

Gets or sets the enabled flag of this object. Disabled objects are ignored during solutions.

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

Property Value

Type: Boolean

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_ActiveObject.Locked"]

Implements

IGH_ActiveObjectLocked
See Also