RenderContentCollectionRemove Method |
Remove an array of contents from the collection.
Namespace:
Rhino.Render
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax public void Remove(
RenderContentCollection collection
)
Public Sub Remove (
collection As RenderContentCollection
)
Parameters
- collection
- Type: Rhino.RenderRenderContentCollection
Collection of contents to remove
See Also