65   uuid(061A1B7D-80EF-495f-952A-17A713397FE9),
    68   helpstring(
"IRobotPoint Interface"),
    69   pointer_default(unique)
    89   [propget, id(DISPID_VALUE), helpstring(
"property Item")] HRESULT 
Item([in] VARIANT nameOrIndex, [out, retval] DOUBLE *value);
   107   [propput, id(DISPID_VALUE), helpstring(
"property Item")] HRESULT 
Item([in] VARIANT nameOrIndex, [in] DOUBLE value);
   110 #elif defined(WIN32) || defined(WIN64)   127   [propget, id(1), helpstring(
"property Type")] HRESULT 
Type([out, retval] RobotCoordinateSystem *
Type);
   145   [propget, id(2), helpstring(
"property Point")] HRESULT 
Point([out, retval] DOUBLE *
Point);
   146   [propput, id(2), helpstring(
"property Point")] HRESULT 
Point([in] DOUBLE *Point);
 DOUBLE Item([in] VARIANT nameOrIndex)
This property returns the value of the given coordinate index. 
RobotCoordinateSystem Type
This property returns IRobot::RobotCoordinateSystem type of the point. 
Definition of the IRobotPoint interface. 
DOUBLE Point
This property returns GroupPoint of the Point.