Click or drag to resize

RenderContentCollectionSet Method

Set an array of const contents as the collection.

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

Parameters

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