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.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic virtual bool GetMinMax(
SoLDMTileID tile,
double* min,
double* max
)
Visual Basic does not support APIs that consume or return unsafe types.
public:
virtual bool GetMinMax(
SoLDMTileID tile,
[OutAttribute] double* min,
[OutAttribute] double* max
)
F# does not support APIs that consume or return unsafe types.
Parameters
- tile
- Type: OIV.LDMSoLDMTileID
- min
- Type: SystemDoubleIsImplicitlyDereferenced*
- max
- Type: SystemDoubleIsImplicitlyDereferenced*
Return Value
Type:
Boolean
See Also