RdkSelectionNavigator.Add Method

RdkSelectionNavigatorAdd Method

Add a selection of contents at the current position. Clears the navigator ahead of the current position.

Namespace:  Rhino.Render.DataSources
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void Add(
	RenderContentCollection selectedContentArray
)
Public Sub Add ( 
	selectedContentArray As RenderContentCollection
)

Parameters

selectedContentArray
Type: Rhino.RenderRenderContentCollection
The selected content
Version Information

Rhino for Windows

Supported in: 6.8
See Also