Click or drag to resize

IAnalysisModelCopyServiceCopyRightOuter Method

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

Copy all objects from source to destination if the source object is not in the destination model

Namespace:  ModelExchanger.AnalysisDataModel.Contracts
Assembly:  ModelExchanger.AnalysisDataModel.Contracts (in ModelExchanger.AnalysisDataModel.Contracts.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
void CopyRightOuter(
	AnalysisModel source,
	AnalysisModel destination
)

Parameters

source
Type: ModelExchanger.AnalysisDataModel.ModelsAnalysisModel
The source model
destination
Type: ModelExchanger.AnalysisDataModel.ModelsAnalysisModel
The destination model
See Also