Create Cube with C#
Posted: Wed Sep 28, 2011 11:33 am
Hi,
im just playing around with the .net API of TM1. Is there a way to create a cube with the C# API? I've looked at the sample Code but ist written in C++ or VB and they use Methods, I don't seem to have like a Method
Best Regards
Alex
im just playing around with the .net API of TM1. Is there a way to create a cube with the C# API? I've looked at the sample Code but ist written in C++ or VB and they use Methods, I don't seem to have like a Method
Code: Select all
hCube = TM1CubeCreate( hPool, voServer, voArrayOfDim );
Alex