Click or drag to resize
SoLDMResourceManagerSetMaxMainMemory Method

Note: This API is now obsolete.

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 9100. No longer used. Use SoLDMRessourceParameter's field maxMainMemory instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetMaxMainMemory(
	int maxMainMemory
)

Parameters

maxMainMemory
Type: SystemInt32
Remarks

Set the allowed main memory in MB for corresponding dataset

Caution note Caution

Obsolete since Open Inventor 9100. No longer used. Use SoLDMRessourceParameter's field maxMainMemory instead.

See Also