IMsModelSet.FindById

Syntax

FindById(ModelId: String): IMsModel;

Parameters

ModelId. Model identifier.

Description

The FindById method searches for a model by identifier and returns model structure in case of successful search.

Comments

The method returns Null if the model is absent in the collection.

See also:

IMsModelSet