Click or drag to resize

GH_DocumentAutoLayoutComponents Method

Perform automatic layout on this document.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void AutoLayoutComponents(
	bool limitToSelection
)

Parameters

limitToSelection
Type: SystemBoolean
If true, only selected objects will be considered.
See Also