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: 10.3.0.0 (10.3.0.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use int OIV.LDM.SoLDMGlobalResourceParameters.GetMaxMainMemory() instead.")]
public static int GetMaxVVizMainMemory()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use int OIV.LDM.SoLDMGlobalResourceParameters.GetMaxMainMemory() instead.")>
Public Shared Function GetMaxVVizMainMemory As Integer
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use int OIV.LDM.SoLDMGlobalResourceParameters.GetMaxMainMemory() instead.")]
static int GetMaxVVizMainMemory()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use int OIV.LDM.SoLDMGlobalResourceParameters.GetMaxMainMemory() instead.")>]
static member GetMaxVVizMainMemory : unit -> int
Return Value
Type:
Int32
Remarks
See Also