Click or drag to resize

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
)

Parameters

collection
Type: Rhino.RenderRenderContentCollection
Collection of contents to remove
See Also