Click or drag to resize
SoLDMTileManagerGetMinMax Method
Gets minimun and maximum value of a tile data. The returned value indicates whether it has been calculated yet or in other words, if the tile was ever loaded. Only called if ignoring the fully transparent tiles (see SoVolumeRendering).

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public virtual bool GetMinMax(
	SoLDMTileID tile,
	double* min,
	double* max
)

Parameters

tile
Type: OIV.LDMSoLDMTileID
min
Type: SystemDoubleIsImplicitlyDereferenced*
max
Type: SystemDoubleIsImplicitlyDereferenced*

Return Value

Type: Boolean
See Also