Click or drag to resize

IAnalysisModelQueryIsReferencedByOtherObjects Method

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

Method for checking if the given IAnalysisObject is referenced by other objects in the given model

Namespace:  ModelExchanger.AnalysisDataModel.Contracts
Assembly:  ModelExchanger.AnalysisDataModel.Contracts (in ModelExchanger.AnalysisDataModel.Contracts.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
bool IsReferencedByOtherObjects(
	AnalysisModel model,
	IAnalysisObject analysisObject
)

Parameters

model
Type: ModelExchanger.AnalysisDataModel.ModelsAnalysisModel
The AnalysisModel
analysisObject
Type: ModelExchanger.AnalysisDataModelIAnalysisObject
The object to check for if it is referenced by other objects

Return Value

Type: Boolean
true when the given analysisObject is referenced by others object in the given model, false otherwise
See Also