Click or drag to resize
SoDBGetRenderCacheMode Method

Note: This API is now obsolete.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
[ObsoleteAttribute("Obsolete since Open Inventor 10300. Render caches are no longer used, this method always return AUTO_RENDER_CACHE.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
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