Click or drag to resize

GH_PersistentParamT Constructor (GH_InstanceDescription, Boolean)

Note: This API is now obsolete.

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
)

Parameters

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