ReadFastPointCloudBase.Intensities Property

Array of the “intensity” attribute for each point.
Public Property Intensities() As UInt16() 
Get 
Protected Set(ByVal Value As As UInt16())
This language is not supported or no code example is available.
public UInt16[] Intensities {get; protected set;}
This language is not supported or no code example is available.

Property Value

UInt16[]
Remarks
 
It's filled only when FillIntensities is true or the class is initialized with the formatType equals to formatType.Intensity.

.NET Framework

Supported in: 4.8

In this article

Definition