This document is archived and information here might be outdated. Recommended version. |
The minimum and maximum intensity values associated with this class code (excluding withheld points).
[Visual Basic .NET] Public Sub GetIntensityRange ( _ ByRef pMin As Integer, _ ByRef pMax As Integer _ )
[C#] public void GetIntensityRange ( ref int pMin, ref int pMax );
[C++]
HRESULT GetIntensityRange(
System.Int32* pMin,
System.Int32* pMax
);
[C++]
Parameters pMin [out]
pMin is a parameter of type long* pMax [out]
pMax is a parameter of type long*
Retrieves the minimum and maximum intensity values associated with this class code. Points flagged as 'withheld' are ignored.
pMin is the minimum intensity value
pMax is the maximum intensity value