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


ILasPointInfo.Intensity Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasPointInfo Interface > ILasPointInfo.Intensity Property
ArcGIS Developer Help

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(
  System.Int32* pIntensity
);
[C++]
Parameters
pIntensity [in]

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

Product Availability

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

See Also

ILasPointInfo Interface