The IMsVariableList interface contains properties and methods used to work with the list of modeling variables.
Property name | Brief description | |
Count | The Count property returns how many modeling variables are included into the list. | |
Item | The Item property returns the modeling variable. |
Method name | Brief description | |
FindById | The FindById method finds a modeling variable by its identifier. | |
FindByKey | The FindByKey method finds a modeling variable by its key. |
See also: