Click or drag to resize

ILengthCalculationService Interface

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

Service that can calculate the length of any object in the AnalysisModel that implements IHasLength

Namespace:  ModelExchanger.AnalysisDataModel.Contracts
Assembly:  ModelExchanger.AnalysisDataModel.Contracts (in ModelExchanger.AnalysisDataModel.Contracts.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public interface ILengthCalculationService

The ILengthCalculationService type exposes the following members.

Methods
  NameDescription
Public methodCalculateLength
Calculates the Length property of the provided object.
Public methodCalculateLengths
Calculates the Length property of objects that implement the IHasLength interface.
Top
See Also