Click or drag to resize

ILengthCalculationServiceCalculateLength Method

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

Calculates the Length property of the provided object.

Namespace:  ModelExchanger.AnalysisDataModel.Contracts
Assembly:  ModelExchanger.AnalysisDataModel.Contracts (in ModelExchanger.AnalysisDataModel.Contracts.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
void CalculateLength(
	IHasLength objectWithLength,
	CalculationControl calculationControl = CalculationControl.Default
)

Parameters

objectWithLength
Type: ModelExchanger.AnalysisDataModel.InterfacesIHasLength
The object whos length should be calculated
calculationControl (Optional)
Type: ModelExchanger.AnalysisDataModel.ContractsCalculationControl
Controls the calculation. By default, will re-calculate the length even if it has a value
See Also