DistributionEnd

Gets and sets the end value for applying the intensity range to the model. This value, between 0 and 1, represents the range of values as a percentage. The value should be greater than the DistributionStart value.

 

JavaScript

 

DistributionEnd

 

C#

 

double DistributionEnd { get; set; }

 

C++

 

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

HRESULT DistributionEnd([in] double pVal)