GH_InstanceDescription.HasCategory Property

GH_InstanceDescriptionHasCategory Property

Gets whether or not the Category field has been set.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public bool HasCategory { get; }
Public ReadOnly Property HasCategory As Boolean
	Get

Property Value

Type: Boolean

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_InstanceDescription.HasCategory"]

Implements

IGH_InstanceDescriptionHasCategory
See Also