Click or drag to resize

GH_ParamT Constructor (String, String, String, String, String, GH_ParamAccess)

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
protected GH_Param(
	string name,
	string nickname,
	string description,
	string category,
	string subcategory,
	GH_ParamAccess access
)

Parameters

name
Type: SystemString
nickname
Type: SystemString
description
Type: SystemString
category
Type: SystemString
subcategory
Type: SystemString
access
Type: Grasshopper.KernelGH_ParamAccess
See Also