Click or drag to resize

GH_ActiveObject Constructor (String, String, String, String, String)

Initializes a new instance of the GH_ActiveObject class

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
protected GH_ActiveObject(
	string sName,
	string sAbbreviation,
	string sDescription,
	string sCategory,
	string sSubCategory
)

Parameters

sName
Type: SystemString
sAbbreviation
Type: SystemString
sDescription
Type: SystemString
sCategory
Type: SystemString
sSubCategory
Type: SystemString
See Also