IMsVariables

Description

The IMsVariables interface contains properties and methods of the collection of variables.

Properties inherited from IMsVariableList

  Property name Brief description
The Count property returns the number of the modeling variables that are included into the collection.
The Item property returns the modeling variable.

Methods

  Method name Brief description
The Add method adds a modeling variable to the collection.
The Clear method deletes all variables from the collection.
The Remove method removes a modeling variable by its index.
The RemoveByKey method removes a variable by its key.

Methods inherited from IMsVariableList

  Method name Brief description
The FindById method finds a modeling variable by its identifier.
The FindByKey method finds a modeling variable by its key.

See also:

Ms Assembly Interfaces