Click or drag to resize

IGH_CanvasValidatorCanDeleteObject Method

Validates whether a specific object can be deleted.

Namespace:  Grasshopper.GUI.Canvas
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
bool CanDeleteObject(
	IGH_DocumentObject object
)

Parameters

object
Type: Grasshopper.KernelIGH_DocumentObject

Return Value

Type: Boolean
See Also