Click or drag to resize

RdkSelectionNavigatorGoBackwards Method

Navigate backwards if possible

Namespace:  Rhino.Render.DataSources
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public bool GoBackwards(
	ref RenderContentCollection selectedContentArray
)

Parameters

selectedContentArray
Type: Rhino.RenderRenderContentCollection
selectedContentArray is the new selection after navigating backwards

Return Value

Type: Boolean
true on success, else false
See Also