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

Return Value

Type: Int32
Remarks

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

See Also