GH_PersistentGeometryParamT 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_PersistentGeometryParam(
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