IMsModelSet.FindByKey

Syntax

FindByKey(ModelKey: Integer): IMsModel;

Parameters

ModelKey. Model key.

Description

The FindByKey method searches for a model by its key 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