Grasshopper API
GH_PersistentParamT Constructor (String, String, String, String, String) |
Initializes a new instance of the GH_PersistentParamT class
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

protected GH_PersistentParam( string name, string nickname, string description, string category, string subcategory )
Protected Sub New ( name As String, nickname As String, description As String, category As String, subcategory As String )
Parameters
- name
- Type: SystemString
- nickname
- Type: SystemString
- description
- Type: SystemString
- category
- Type: SystemString
- subcategory
- Type: SystemString
