Click or drag to resize

RenderContentCollectionSetForcedVaries Method

Set the collection to 'varies'. Only valid if the collection is a 'selection' collection. Useful for clients that only support single content selections.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.9
Syntax
public void SetForcedVaries(
	bool b
)

Parameters

b
Type: SystemBoolean
Varies if true
See Also