Click or drag to resize

IAnalysisModelComparisonServiceCompare Method (AnalysisModel, AnalysisModel)

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

Compare an AnalysisModel with another AnalysisModel. Returns lists of IDs of objects that are new, updated or deleted.

Namespace:  ModelExchanger.AnalysisDataModel.Contracts
Assembly:  ModelExchanger.AnalysisDataModel.Contracts (in ModelExchanger.AnalysisDataModel.Contracts.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
AnalysisModelComparison Compare(
	AnalysisModel first,
	AnalysisModel second
)

Parameters

first
Type: ModelExchanger.AnalysisDataModel.ModelsAnalysisModel
The AnalysisModel to compare against
second
Type: ModelExchanger.AnalysisDataModel.ModelsAnalysisModel
The AnalysisModel to compare with

Return Value

Type: AnalysisModelComparison
An instance of AnalysisModelComparison containing the IDs of objects that are new, updated or deleted
See Also