GH_PersistentParam(T) Constructor (GH_InstanceDescription, Boolean)

GH_PersistentParamT Constructor (GH_InstanceDescription, Boolean)

Note: This API is now obsolete.

Initializes a new instance of the GH_PersistentParamT class

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
[ObsoleteAttribute("This constructor is Obsolete and will be removed in future versions of Grasshopper.")]
protected GH_PersistentParam(
	GH_InstanceDescription nTag,
	bool bIsListParam
)
<ObsoleteAttribute("This constructor is Obsolete and will be removed in future versions of Grasshopper.")>
Protected Sub New ( 
	nTag As GH_InstanceDescription,
	bIsListParam As Boolean
)

Parameters

nTag
Type: Grasshopper.KernelGH_InstanceDescription
bIsListParam
Type: SystemBoolean
See Also