SoLDMResourceManagerGetMaxVVizMainMemory Method |
Note: This API is now obsolete.
Returns the maximum global amount of main memory in MB.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 10000. Use int SoLDMGlobalResourceParameters::getMaxMainMemory() instead.")]
public static int GetMaxVVizMainMemory()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Obsolete since Open Inventor 10000. Use int SoLDMGlobalResourceParameters::getMaxMainMemory() instead.")>
Public Shared Function GetMaxVVizMainMemory As Integer
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Obsolete since Open Inventor 10000. Use int SoLDMGlobalResourceParameters::getMaxMainMemory() instead.")]
static int GetMaxVVizMainMemory()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Obsolete since Open Inventor 10000. Use int SoLDMGlobalResourceParameters::getMaxMainMemory() instead.")>]
static member GetMaxVVizMainMemory : unit -> int
Return Value
Type:
Int32Remarks See Also