GH_ParamT Constructor (String, String, String, String, String, GH_ParamAccess) |
Initializes a new instance of the
GH_ParamT class
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
)
Protected Sub New (
name As String,
nickname As String,
description As String,
category As String,
subcategory As String,
access As GH_ParamAccess
)
Parameters
- name
- Type: SystemString
- nickname
- Type: SystemString
- description
- Type: SystemString
- category
- Type: SystemString
- subcategory
- Type: SystemString
- access
- Type: Grasshopper.KernelGH_ParamAccess
See Also