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