GH_PersistentParam(T).Prompt_Singular Method

GH_PersistentParamTPrompt_Singular Method

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
protected abstract GH_GetterResult Prompt_Singular(
	ref T value
)
Protected MustOverride Function Prompt_Singular ( 
	ByRef value As T
) As GH_GetterResult

Parameters

value
Type: T

Return Value

Type: GH_GetterResult
See Also