GH_CapsuleAddOutputGrip Method (Single, Single) |
Add an output grip to this UI Box.
Namespace:
Grasshopper.GUI.Canvas
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public void AddOutputGrip(
float X,
float Y
)
Public Sub AddOutputGrip (
X As Single,
Y As Single
)
Parameters
- X
- Type: SystemSingle
X coordinate of grip. - Y
- Type: SystemSingle
Y coordinate of grip.
See Also