The ICalculatedCubeInstanceCoord interface contains properties and methods that are used to work with the coordinate in calculated cube and source cubes.
Property name | Brief description | |
The AsString property returns the coordinate symbol displayed in calculated cube formulas. | ||
The AsTerm property returns the symbol of a term that corresponds to the specified coordinate and is used for formula creation. | ||
The IsReference property determines whether the coordinate is passed using the link. | ||
The MatrixCoord property returns the calculated cube coordinate that is presented as a matrix. | ||
The Source property returns the data source that corresponds to the specifies coordinate. |
Method name | Brief description | |
The DimVal method returns the value by the current coordinate of the attribute of the destination dimension. | ||
The Shift method shifts the coordinate by a calendar dimension with the specified lag. | ||
The ShiftVal method returns the value by the coordinate shifted relative to the specified coordinate by the calendar dimension with the specified lag. | ||
The ToKey method transforms and returns the unique key that corresponds to the specified coordinate. | ||
The Val method returns the value by the current coordinate. |
See also: