Click or drag to resize
SoDBGetNumRenderCaches 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
[ObsoleteAttribute("Obsolete since Open Inventor 10.3.0.0. NumRenderCaches has no meaning anymore, this method will always return 1.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static int GetNumRenderCaches()

Return Value

Type: Int32
Remarks

See method OIV.Inventor.SoDB.SetNumRenderCaches(System.Int32).

Caution note Caution

Obsolete since Open Inventor 10300. NumRenderCaches has no meaning anymore, this method will always return 1.

See Also