Click or drag to resize

IAnalysisModelQuery Interface

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

Service for querying an AnalysisModel

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 IAnalysisModelQuery

The IAnalysisModelQuery type exposes the following members.

Methods
  NameDescription
Public methodGetById
Retrieves the IAnalysisObject object from the given AnalysisModel specified by the given id.
Public methodIsReferencedByOtherObjects
Method for checking if the given IAnalysisObject is referenced by other objects in the given model
Top
See Also