Click or drag to resize

GH_InstanceDescriptionCategory Property

Gets or sets the Category in which this object belongs. If HasCategory() returns false, this field has no meaning.

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

Property Value

Type: String

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

Implements

IGH_InstanceDescriptionCategory
See Also