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: 9.9.13.0 (9.9.13.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
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 (setMaxMainMemory) must be less or equal than #getMaxVVizMainMemory.Obsoletesince Open Inventor 9610 Use SoLDMGlobalResourceParameters.setMaxMainMemory(int) instead.

See Also