GH_CanvasValidator.CanShowObjectMenu Method

GH_CanvasValidatorCanShowObjectMenu Method

Namespace:  Grasshopper.GUI.Canvas
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public virtual bool CanShowObjectMenu(
	IGH_DocumentObject object
)
Public Overridable Function CanShowObjectMenu ( 
	object As IGH_DocumentObject
) As Boolean

Parameters

object
Type: Grasshopper.KernelIGH_DocumentObject

Return Value

Type: Boolean

Implements

IGH_CanvasValidatorCanShowObjectMenu(IGH_DocumentObject)
See Also