Click or drag to resize

RenderContentKindListAdd Method

Add a kind to a kind list.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.7
Syntax
public void Add(
	RenderContentKind kind
)

Parameters

kind
Type: Rhino.RenderRenderContentKind
The RenderContent kind to add.
See Also