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)
Syntaxpublic void Add(
RenderContentCollection selectedContentArray
)
Public Sub Add (
selectedContentArray As RenderContentCollection
)
Parameters
- selectedContentArray
- Type: Rhino.RenderRenderContentCollection
The selected content
Version InformationRhino for Windows
Supported in: 6.8
See Also