Click or drag to resize

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)
Since: 6.0
Syntax
public void Add(
	RenderContentCollection selectedContentArray
)

Parameters

selectedContentArray
Type: Rhino.RenderRenderContentCollection
The selected content
See Also