DistributionStart

Gets and sets the start 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 smaller than the DistributionEnd value.

 

JavaScript

 

DistributionStart

 

C#

 

double DistributionStart { get; set; }

 

C++

 

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

HRESULT DistributionStart([in] double pVal)