Click or drag to resize

IAreaCalculationService Interface

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

Service that can calculate the area of any object in the AnalysisModel that implements IHasArea

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 IAreaCalculationService

The IAreaCalculationService type exposes the following members.

Methods
  NameDescription
Public methodCalculateArea
Calculates the Area property of the provided object.
Public methodCalculateAreas
Calculates the Area property of objects that implement the IHasArea interface.
Top
See Also