Click or drag to resize
SoLDMGlobalResourceParametersSetMoveLowResolution 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
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public static void SetMoveLowResolution(
	bool state
)

Parameters

state
Type: SystemBoolean
Remarks

Sets the low resolution when moving flag. Default is false. When true, lower resolution tiles are automatically used while the camera is moving (e.g. when user is panning and rotating.Obsoletesince Open Inventor 9610 No longer used. Use SoLDMResourceParameters' LoadPolicy field instead.

See Also