IRoundingOptions Interface

Represents the rounding options in an estimate.
Public Interface IRoundingOptions
This language is not supported or no code example is available.
public interface IRoundingOptions
This language is not supported or no code example is available.
Name Description
Public property Estimate Gets the estimate to which these options belong.
Public property MinutesDisplayedDecimals Gets a value that specifies the number of decimal places displayed in the minutes. Applies to selling prices.
Public property MinutesRoundingDecimals Gets or sets a value that specifies the number of decimal places to round to in the minutes. Applies to selling prices.
Public property WbsDisplayedDecimals Gets a value that specifies the number of decimal places displayed in the WBS. Applies to selling prices.
Public property WbsProportionalRoundings Gets the proportional rounding values for various price levels in the WBS. Applies to selling prices.
Public property WbsRounding Gets or sets a value that specifies the number of decimal places or the nearest value to round to in the WBS. Applies to selling prices.
Public property WbsUsesProportionalRounding Gets or sets a value indicating whether rounding is proportional in WBS. Applies to selling prices.
Top
Remarks
 
After you modify any options, you should call IEstimate.CheckAndRepaint method to update the opened estimate.
Version
 
Available since QDV 7.20.810.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition