Assembly: Ms;
The IMsProblemDetailsArray interface is used to work with the collection of problem calculation options.
To get the collection of problem calculation options, use the IMsProblem.AdditionalDetails property.
| Property name | Brief description | |
| Count | The Count property returns the number of elements in the collection. | |
| Item | The Item property returns specified parameters from the collection. |
| Method name | Brief description | |
| AddDetails | The AddDetails method adds the specified parameters to the collection. | |
| Clear | The Clear method clears the collection | |
| FindByKey | The FindByKey method searches for collection parameters by the specified key. | |
| Remove | The Remove method removes parameters with the specified index from the collection. | |
| RemoveByKey | The RemoveByKey method removes parameters with the specified key from the collection. |
See also: