Click or drag to resize

GH_DocumentObject Constructor (String, String, String, String, String)

Initializes a new instance of the GH_DocumentObject class

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
protected GH_DocumentObject(
	string name,
	string nickName,
	string description,
	string category,
	string subCategory
)

Parameters

name
Type: SystemString
nickName
Type: SystemString
description
Type: SystemString
category
Type: SystemString
subCategory
Type: SystemString
See Also