GH_PersistentParam(T).Prompt_ManageCollection Method

GH_PersistentParamTPrompt_ManageCollection Method

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
protected virtual bool Prompt_ManageCollection(
	GH_Structure<T> values
)
Protected Overridable Function Prompt_ManageCollection ( 
	values As GH_Structure(Of T)
) As Boolean

Parameters

values
Type: Grasshopper.Kernel.DataGH_StructureT

Return Value

Type: Boolean
See Also