Click or drag to resize

CalculationControl Enumeration

[This is preliminary documentation and is subject to change.]

Enumeration that can be used to control the behaviour of the various calculation services (e.g. IAreaCalculationService, ILengthCalculationService, ...)

Namespace:  ModelExchanger.AnalysisDataModel.Contracts
Assembly:  ModelExchanger.AnalysisDataModel.Contracts (in ModelExchanger.AnalysisDataModel.Contracts.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public enum CalculationControl
Members
  Member nameValueDescription
Default0 Default behaviour, existing values will be overwritten with calculated values
KeepOriginalValues1 If a value already exists (non-NULL and not zero), do not perform the calculation
See Also