Click or drag to resize

IGH_CanvasValidator.CanCreateObject Method

Validates whether a specific component may be inserted at a specific point.

Namespace:  Grasshopper.GUI.Canvas
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
bool CanCreateObject(
	Guid id,
	PointF pt
)

Parameters

id
Type: System.Guid
pt
Type: System.Drawing.PointF

Return Value

Type: Boolean
See Also