Home > All Other Interfaces > ITerrainPointCloudModel > MaxIntensity

MaxIntensity

A value between 0 to 255 marking the maximum intensity value applied to the model. The value should be greater than the MinIntensity value.

 

JavaScript

 

MaxIntensity

 

C#

 

double MaxIntensity { get; set; }

 

C++

 

HRESULT MaxIntensity([out, retval] double* pVal)

HRESULT MaxIntensity([in] double pVal)