Click or drag to resize
SoDBGetRenderCacheMode Method

Note: This API is now obsolete.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 10.3.0.0. Render caches are no longer used, this method always return AUTO_RENDER_CACHE.")]
public static SoDBRenderCacheModes GetRenderCacheMode()

Return Value

Type: SoDBRenderCacheModes
Remarks

See OIV.Inventor.SoDB.SetRenderCacheMode(OIV.Inventor.SoDB.RenderCacheModes).

Caution note Caution

Obsolete since Open Inventor 10300. Render caches are no longer used, this method always return AUTO_RENDER_CACHE.

See Also