Click or drag to resize
SoVolumeReaderGetMinMax Method (Int32, Int32)

Note: This API is now obsolete.

Namespace: OIV.LDM.Readers
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 9.5.0.0. Use getMinMax(int64_t & min, int64_t & max) instead.")]
public virtual bool GetMinMax(
	out int min,
	out int max
)

Parameters

min
Type: SystemInt32
max
Type: SystemInt32

Return Value

Type: Boolean
Remarks

Returns min max if stored in file.

Caution note Caution

Obsolete since Open Inventor 9500. Use OIV.LDM.Readers.SoVolumeReader.GetMinMax(System.Int64@, System.Int64@) instead.

See Also