GH_Capsule.AddOutputGrip Method (PointF)

GH_CapsuleAddOutputGrip Method (PointF)

Add an output grip to this UI Box.

Namespace:  Grasshopper.GUI.Canvas
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void AddOutputGrip(
	PointF P
)
Public Sub AddOutputGrip ( 
	P As PointF
)

Parameters

P
Type: System.DrawingPointF
Coordinate of grip.
See Also