This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasClassCodeStatistics Interface > ILasClassCodeStatistics.GetIntensityRange Method (ArcObjects .NET 10.5 SDK) |
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(
long* pMin,
long* 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