IDistributionCurves Interface

Provides access to the distribution curves in an estimate.
Public Interface IDistributionCurves
This language is not supported or no code example is available.
public interface IDistributionCurves
This language is not supported or no code example is available.
Name Description
Public property Curves Gets the list of all available curves, including system and custom curves.
Public property Estimate Gets the estimate to which these distribution curves belong.
Public property LinearCurve Gets the 'LINEAR' curve that always exists and may be considered as the default one.
Top
Methods
 
Name Description
Public method GetCurveByMnemonic(string) Gets the curve by its mnemonic.
Top
Remarks
 
Curves are defined at the level of the estimate, not at the level of estimate versions. This means that curves are not persisted in versions if they were changed after the version was pushed.
Version
 
Available since QDV 7.14.530.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition