GH_Document.ArrangeObject Method

GH_DocumentArrangeObject Method

Rearrange the stack order of the object.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public bool ArrangeObject(
	IGH_DocumentObject obj,
	GH_Arrange motion
)
Public Function ArrangeObject ( 
	obj As IGH_DocumentObject,
	motion As GH_Arrange
) As Boolean

Parameters

obj
Type: Grasshopper.KernelIGH_DocumentObject
Object to move.
motion
Type: Grasshopper.KernelGH_Arrange
Direction to move in.

Return Value

Type: Boolean
See Also