RdkSelectionNavigator.GoForwards Method

RdkSelectionNavigatorGoForwards Method

Navigate forwards if possible

Namespace:  Rhino.Render.DataSources
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool GoForwards(
	ref RenderContentCollection selectedContentArray
)
Public Function GoForwards ( 
	ByRef selectedContentArray As RenderContentCollection
) As Boolean

Parameters

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

Return Value

Type: Boolean
true on success, else false
Version Information

Rhino for Windows

Supported in: 6.8
See Also