Click or drag to resize
SoVolumeDataSetPaging Method

Note: This API is now obsolete.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetPaging(
	bool name_29430
)

Parameters

name_29430
Type: SystemBoolean
Remarks

Turns paging mode on or off. Default is false. Since VolumeViz 5, LDM mode is on by default. To be compatible with version 4 you can either turn LDM mode off by calling setPaging(true) or set the IVVR_40_COMPAT variable to 1 in the configuration file (see SoPreferences). Note: In paging mode, multidata (for example SoDataCompositor) is not supported.Obsoletesince Open Inventor 8000 Use setLDM(false) for similar functionalities.

See Also