SoDBGetRenderCacheMode Method |
Note: This API is now obsolete.
Namespace: OIV.InventorAssembly: 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()
<ObsoleteAttribute("Obsolete since Open Inventor 10300. Render caches are no longer used, this method always return AUTO_RENDER_CACHE.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Shared Function GetRenderCacheMode As SoDBRenderCacheModes
public:
[ObsoleteAttribute(L"Obsolete since Open Inventor 10300. Render caches are no longer used, this method always return AUTO_RENDER_CACHE.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
static SoDBRenderCacheModes GetRenderCacheMode()
[<ObsoleteAttribute("Obsolete since Open Inventor 10300. Render caches are no longer used, this method always return AUTO_RENDER_CACHE.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
static member GetRenderCacheMode : unit -> SoDBRenderCacheModes
Return Value
Type:
SoDBRenderCacheModesRemarks See Also