IMsProblemDetailsArray

Assembly: Ms;

Description

The IMsProblemDetailsArray interface is used to work with the collection of problem calculation options.

Inheritance Hierarchy

          IMsProblemDetailsArray

Comments

To get the collection of problem calculation options, use the IMsProblem.AdditionalDetails property.

Properties

  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.

Methods

  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:

Ms Assembly Interfaces