Assembly: Ms;
Namespace: Prognoz.Platform.Interop.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 | |
| The Count property returns the number of additional dimensions to the output variable. | ||
| The Dimension property returns data of additional dimension. | ||
| The Item property determines the index of the additional dimension of the variable, by which the calculation is performed. | ||
| The ParamValues property determines value of the parameters of the coordinate variable. | ||
| The Scenario property determines the key of the script, by which calculation is performed. | ||
| The TransparentDimensionsCount property returns the number of hidden dimensions in the variable. |
| Method name | Brief description | |
| The FindByKey method searches for and returns the index of the additional dimension of the variable. | ||
| The GetItemEx method returns element index by the specified data source and dimension. |
See also: