IMsFormulaTransformVariables

Assembly: Ms;

Description

The IMsFormulaTransformVariables interface contains properties and methods used to work with the collection of variables included in the model.

Inheritance Hierarchy

          IMsFormulaTransformVariables

Properties

  Property name Brief description
Count The Count property returns the number of variables in the collection.
Item The Item property returns variable parameters.

Methods

  Method name Brief description
Add The Add method adds a variable to the collection.
AddAttributeVariable The AddAttributeVariable method adds a variable to the collection based on attribute.
AddParamVariable The AddParamVariable method adds a variable to the collection based on parameter.
Clear The Clear method clears the list of variables.
FindById The FindById method searches a variable based on a specified identifier.
FindByKey The FindByKey method searches for the variable by the key.
Remove The Remove method removes a modeling variable by its index.
RemoveByKey The RemoveByKey method removes a variable by its key.

See also:

Ms Assembly Interfaces