Click or drag to resize

IAnalysisModelCopyService Interface

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

Service to copy objects from one model to another.

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 IAnalysisModelCopyService

The IAnalysisModelCopyService type exposes the following members.

Methods
  NameDescription
Public methodCopyRightOuter
Copy all objects from source to destination if the source object is not in the destination model
Top
See Also