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: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static int GetMaxVVizMainMemory()

Return Value

Type: Int32
Remarks

Obsoletesince Open Inventor 9610 Use int SoLDMGlobalResourceParameters.getMaxMainMemory() instead.

See Also