Click or drag to resize

GH_InstanceDescriptionSubCategory Property

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

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

Property Value

Type: String

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

Implements

IGH_InstanceDescriptionSubCategory
See Also