Click or drag to resize

RenderContentCollectionAdd Method

Add an array of non-const contents to the collection.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public void Add(
	RenderContentCollection collection
)

Parameters

collection
Type: Rhino.RenderRenderContentCollection
The array of contents to add
See Also