Click or drag to resize
SoLDMResourceManagerSetMaxVVizMainMemory Method

Note: This API is now obsolete.

Sets maximum global amount of main memory in MB.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
[ObsoleteAttribute("Obsolete since Open Inventor 10.0.0.0. Use SoLDMGlobalResourceParameters::setMaxMainMemory(int) instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static void SetMaxVVizMainMemory(
	int maxMainMemoryMB
)

Parameters

maxMainMemoryMB
Type: SystemInt32
Remarks

All data sets will share this amount of memory. The sum of each main memory space allowed per data set (OIV.LDM.SoLDMResourceManager.SetMaxMainMemory(System.Int32)) must be less or equal than OIV.LDM.SoLDMResourceManager.GetMaxVVizMainMemory().

Caution note Caution

Obsolete since Open Inventor 10000. Use OIV.LDM.SoLDMGlobalResourceParameters.SetMaxMainMemory(System.Int32) instead.

See Also