GH_ComponentAttributesLayoutInputParams Method |
Namespace:
Grasshopper.Kernel.Attributes
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic static void LayoutInputParams(
IGH_Component owner,
RectangleF componentBox
)
Public Shared Sub LayoutInputParams (
owner As IGH_Component,
componentBox As RectangleF
)
Parameters
- owner
- Type: Grasshopper.KernelIGH_Component
- componentBox
- Type: System.DrawingRectangleF
See Also