GH_CanvasInstantiateNewObject Method (Guid, PointF, Boolean) |
Namespace:
Grasshopper.GUI.Canvas
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public bool InstantiateNewObject(
Guid id,
PointF at,
bool update
)
Public Function InstantiateNewObject (
id As Guid,
at As PointF,
update As Boolean
) As Boolean
Parameters
- id
- Type: SystemGuid
- at
- Type: System.DrawingPointF
- update
- Type: SystemBoolean
Return Value
Type:
BooleanSee Also