SoDBGetNumRenderCaches 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 [EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 10300. NumRenderCaches has no meaning anymore, this method will always return 1.")]
public static int GetNumRenderCaches()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Obsolete since Open Inventor 10300. 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 10300. NumRenderCaches has no meaning anymore, this method will always return 1.")]
static int GetNumRenderCaches()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Obsolete since Open Inventor 10300. NumRenderCaches has no meaning anymore, this method will always return 1.")>]
static member GetNumRenderCaches : unit -> int
Return Value
Type:
Int32Remarks See Also