Click or drag to resize
SoVRMLGroupSetNumRenderCaches Method

Note: This API is now obsolete.

Sets the maximum number of render caches.

Namespace: OIV.Inventor.VRMLnodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public static void SetNumRenderCaches(
	int howMany
)

Parameters

howMany
Type: SystemInt32
Remarks

Obsoletesince Open Inventor 8000 Use SoDB.setNumRenderCaches instead.

See Also