Click or drag to resize

GH_Param<T> 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: System.String
nickname
Type: System.String
description
Type: System.String
category
Type: System.String
subcategory
Type: System.String
access
Type: Grasshopper.Kernel.GH_ParamAccess
See Also