GH_PersistentParam(T) Constructor (GH_InstanceDescription)

GH_PersistentParamT Constructor (GH_InstanceDescription)

Initializes a new instance of the GH_PersistentParamT class

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
protected GH_PersistentParam(
	GH_InstanceDescription nTag
)
Protected Sub New ( 
	nTag As GH_InstanceDescription
)

Parameters

nTag
Type: Grasshopper.KernelGH_InstanceDescription
See Also