I want to get the name of my .NET task ID using C#. It's a static method...
AddIn.GetMdlTaskID (addInAttribute);
But what is the correct addInAttribute?
I'm looking for the .NET equivalent of the MicroStationAPI mdlSystem_getCurrTaskID ().
I want to get the name of my .NET task ID using C#. It's a static method...
AddIn.GetMdlTaskID (addInAttribute);
But what is the correct addInAttribute?
I'm looking for the .NET equivalent of the MicroStationAPI mdlSystem_getCurrTaskID ().