• Get CoordSystem

    I am trying to use a vba wrapper declaration which is given below. But how to get the value of coordsystem using vba which in turn used as a input parameter for the below given wrapper declaration. Declare Sub mdlView_getViewRectangle Lib "stdmdlbltin…
  • Height(Z) value of Mouse Pointer

    The VBA Wrapper - 'mdlSystem_checkMouseMove' method returns Point2d value. Similarly is there any method/option(without using iprimitive events) to get the point3d value of mouse location?