Get coordinates of point selected in model by user

I'm trying to fetch the coordinates of point shown in picture.

I have tried all three APIs:

  1. SelMgr.GetSelectionPointInSketchSpace(count,-1);
  2. SelMgr.GetSelectionPoint2(count, -1);
  3. SelMgr.GetSelectedObject6(count,-1);

But all give different result as shown in below message box:

(Units are same: inches).. please assist.

SolidworksApi macros