Grasshopper API
IGH_CanvasValidatorCanCreateObject Method |
Validates whether a specific component may be inserted at a specific point.
Namespace: Grasshopper.GUI.Canvas
Assembly: Grasshopper (in Grasshopper.dll)

bool CanCreateObject( Guid id, PointF pt )
Function CanCreateObject ( id As Guid, pt As PointF ) As Boolean
Parameters
- id
- Type: SystemGuid
- pt
- Type: System.DrawingPointF
Return Value
Type: Boolean