IGH_CanvasValidatorCanShowObjectMenu Method |
Validates whether the object menu can be shown.
Namespace:
Grasshopper.GUI.Canvas
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxbool CanShowObjectMenu(
IGH_DocumentObject object
)
Function CanShowObjectMenu (
object As IGH_DocumentObject
) As Boolean
Parameters
- object
- Type: Grasshopper.KernelIGH_DocumentObject
Return Value
Type:
Boolean
See Also