The IVirtualCubeFacts interface contains properties and methods that are used to work with elements of facts dimension virtual cube represented as a tree.
The interface is outdated, use ICompoundDimension.
| Property name | Brief description | |
| Source | The Source property returns the data source of the virtual cube, which corresponds to specified item of facts dimension. |
| Property name | Brief description | |
| AttributeValue | The AttributeValue property determines value of selected attribute for selected fact dimension element. | |
| Children | The Children property returns the object containing all child elements for the specified element. | |
| Include | The Include property determines whether elements are available in the selection. | |
| Name | The Name property returns element name. | |
| Owner | The Owner property determines owner's primary key. | |
| RootChildren | The RootChildren property returns the object that contains all root elements of fact dimension. |
| Method name | Brief description | |
| Add | The Add method adds a new element. This method is not supported for virtual cubes. | |
| MoveAfter | The MoveAfter method puts the element with the PrimaryKey primary key after element with the Element key. | |
| MoveBefore | The MoveBefore method puts the element with the PrimaryKey primary key before element with the Element key. | |
| Remove | The Remove method removes the element of fact dimension. This method is not supported for virtual cubes. |
See also: