Hey, I am currently wondering why the method GetTime() of class IIObjParam is not implement via the max.net wrapper. The Property Time seems to be the Pendant, right? Has the Class TimeValue from SDK been renamed as well?
Most Get/Set methods get converted to according properties in Max.NET with getters and setters. So GetTime/SetTime just becomes Time (which you can get or set). TimeValue is a typedef for int, so its just an int in Max.NET.