GH_Component.Hidden Property

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

Property Value

Type: Boolean

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

Implements

IGH_PreviewObjectHidden
See Also