The IMsFormulaTransformVariables interface contains properties and methods used to work with the collection of variables included in the model.
Property name | Brief description | |
The Count property returns the number of variables in the collection. | ||
Outdated. The IsMetaAtributeVariables property returns whether the variables are attributes. | ||
The Item property returns variable parameters. |
Method name | Brief description | |
The Add method adds a variable to the collection. | ||
The AddAttributeVariable method adds a variable to the collection based on attribute. | ||
The AddParamVariable method adds a variable to the collection based on parameter. | ||
The Clear method clears the list of variables. | ||
The FindById method searches a variable based on a specified identifier. | ||
The FindByKey method searches for the variable by the key. | ||
The Remove method removes a modeling variable by its index. | ||
The RemoveByKey method removes a variable by its key. |
See also: