IMsModelSet

Assembly: Ms;

Description

The IMsModelSet interface is used to work with the collection of modeling container models.

Inheritance Hierarchy

IMsModelSet

Comments

The models collection an be obtained using the IMsCalculationChainEntries.FindByCoord method.

Properties

  Property name Brief description
The Count property returns the number of models in the collection.
The Item property returns a model by its index.

Methods

  Method name Brief description
The FindById method searches for a model by identifier and returns model structure in case of successful search.
The FindByKey method searches for a model by its key and returns model structure in case of successful search.

See also:

Ms Assembly Interfaces