Click or drag to resize

GH_ComponentHidden Property

Gets or sets the hidden flag for this component. Does not affect Hidden flags on parameters associated with this component.

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

Property Value

Type: Boolean

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_Component.Hidden"]

Implements

IGH_PreviewObjectHidden
See Also