IGH_UserPromptAware.PromptMultipleItems Method

IGH_UserPromptAwarePromptMultipleItems Method

Get multiple items from the user.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
IGH_Structure PromptMultipleItems()
Function PromptMultipleItems As IGH_Structure

Return Value

Type: IGH_Structure
A data tree of items if successful or nothing on abort/failure.
See Also