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

Note: This API is now obsolete.

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

Parameters

min
Type: SystemInt32
max
Type: SystemInt32

Return Value

Type: Boolean
Remarks

Returns the minimum and maximum data values.

Caution note Caution

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

See Also