Click or drag to resize

IAnalysisModelQueryGetById Method

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

Retrieves the IAnalysisObject object from the given AnalysisModel specified by the given id.

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

Parameters

model
Type: ModelExchanger.AnalysisDataModel.ModelsAnalysisModel
The AnalysisModel
id
Type: SystemGuid
The identifier of the object to retrieve

Return Value

Type: IAnalysisObject
The object, if not found

Field Value

Type: IAnalysisObject
null is returned.
See Also