Click or drag to resize
SoLDMResourceManagerGetTex3VVizLoadRate Method

Note: This API is now obsolete.

Returns total number of tiles allowed to be loaded in texture memory per frame (for all data sets).

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static int GetTex3VVizLoadRate()

Return Value

Type: Int32
Remarks

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

See Also