Click or drag to resize
SoLDMResourceManagerGetMaxVVizTexMemory Method

Note: This API is now obsolete.

Returns the allowed global texture memory in MB (for all data sets).

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 int SoLDMGlobalResourceParameters::getMaxTexMemory() instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static int GetMaxVVizTexMemory()

Return Value

Type: Int32
Remarks

Caution note Caution

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

See Also