This document is archived and information here might be outdated.  Recommended version.


ILasPointInfo.Intensity Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasPointInfo.Intensity Property

The intensity.

[Visual Basic .NET]
Public Property Intensity As Integer
[C#]
public int Intensity {get; set;}
[C++]
HRESULT get_Intensity(
  long* pIntensity
);
[C++]
HRESULT put_Intensity(
  long pIntensity
);
[C++]

Parameters pIntensity [out, retval] pIntensity is a parameter of type long pIntensity [in] pIntensity is a parameter of type long

Product Availability

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

See Also

ILasPointInfo Interface