GH_ActiveObject.Locked Property

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; }
Public Overridable Property Locked As Boolean
	Get
	Set

Property Value

Type: Boolean

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

Implements

IGH_ActiveObjectLocked
See Also