ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasClassCodeStatistics.GetIntensityRange Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

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

See Also

ILasClassCodeStatistics Interface