SoDBGetNumRenderCaches Method |
Note: This API is now obsolete.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.1.0.0 (10.17.0.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 10.3.0.0. NumRenderCaches has no meaning anymore, this method will always return 1.")]
public static int GetNumRenderCaches()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Obsolete since Open Inventor 10.3.0.0. NumRenderCaches has no meaning anymore, this method will always return 1.")>
Public Shared Function GetNumRenderCaches As Integer
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Obsolete since Open Inventor 10.3.0.0. NumRenderCaches has no meaning anymore, this method will always return 1.")]
static int GetNumRenderCaches()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Obsolete since Open Inventor 10.3.0.0. NumRenderCaches has no meaning anymore, this method will always return 1.")>]
static member GetNumRenderCaches : unit -> int
Return Value
Type:
Int32
Remarks
See Also