GH_DocumentObject Constructor (String, String, String, String)

GH_DocumentObject Constructor (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
)
Protected Sub New ( 
	name As String,
	nickname As String,
	description As String,
	category As String
)

Parameters

name
Type: SystemString
nickname
Type: SystemString
description
Type: SystemString
category
Type: SystemString
See Also