GH_PersistentParam<T>.Prompt_ManageCollection Method |
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxprotected 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.Data.GH_Structure<T>
Return Value
Type:
Boolean
See Also