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