Ms > Ms Assembly Interfaces > IMsFormulaTransformCoord
Assembly: Ms;
The IMsFormulaTransformCoord interface contains properties and methods that determine parameters of coordinate in the variable, by which calculation is performed.
IMsFormulaTransformCoord
Property name | Brief description | |
![]() |
Count | The Count property returns the number of additional dimensions to the output variable. |
![]() |
Dimension | The Dimension property returns data of additional dimension by index. |
![]() |
Item | The Item property determines the element of the additional dimension of the variable, by which the calculation is executed. |
![]() |
ParamValues | The ParamValues property determines value of the parameters of the coordinate variable. |
![]() |
Scenario | The Scenario property determines the key of the script, by which calculation is performed. |
![]() |
TransparentDimensionsCount | The TransparentDimensionsCount property returns the number of hidden dimensions in the variable. |
Method name | Brief description | |
![]() |
FindByKey | The FindByKey method searches for and returns the index of the additional dimension of the variable. |
![]() |
GetItemEx | The GetItemEx method returns element index by the specified data source and dimension. |
See also: