![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I am getting the Dimension Count and the Positions count using ADOMD using the following code. int intDC0 = cst.Axes[0].DimensionCount; int intDC1 = cst.Axes[1].DimensionCount; int intPC0 = cst.Axes[0].Positions.Count; int intPC1 = cst.Axes[1].Positions.Count; Now i am migrating to ADOMD.Net and do not have the DimensionCount property for the Axes pbject within the CellSet Object. Please let me know how do i detemine the DimensionCount on each axes of the Cell Set object? Any Code examples will also be helpful. Best Regards, Prasad. |
![]() |
| Thread Tools | |
| Display Modes | |
| |