Click or drag to resize
SoLDMResourceManagerSetTex2VVizLoadRate Method

Note: This API is now obsolete.

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 void SetTex2VVizLoadRate(
	int loadRate
)

Parameters

loadRate
Type: SystemInt32
Remarks

Sets the total number of tiles allowed to be loaded in texture memory per frame (for all data sets). Default is 1.Obsoletesince Open Inventor 9610 Use SoLDMGlobalResourceParameters.setTex2LoadRate(int) instead.

See Also