Click or drag to resize
SoLDMResourceManagerGetMaxVVizMainMemory Method

Note: This API is now obsolete.

Returns the maximum global amount of main memory in MB.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
[ObsoleteAttribute("Obsolete since Open Inventor 10000. Use int SoLDMGlobalResourceParameters::getMaxMainMemory() instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static int GetMaxVVizMainMemory()

Return Value

Type: Int32
Remarks

Caution note Caution

Obsolete since Open Inventor 10000. Use int OIV.LDM.SoLDMGlobalResourceParameters.GetMaxMainMemory() instead.

See Also