Assembly: Ms;
The IMsModelSet interface is used to work with the collection of modeling container models.
IMsModelSet
The models collection an be obtained using the IMsCalculationChainEntries.FindByCoord method.
| Property name | Brief description | |
| The Count property returns the number of models in the collection. | ||
| The Item property returns a model by its index. |
| 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: