KMotion_dotNet.KM_CoordMotion.KM_dotnet_Interop_CoordMotion_ReadAndSyncCurPositions C# (CSharp) Method

KM_dotnet_Interop_CoordMotion_ReadAndSyncCurPositions() private method

private KM_dotnet_Interop_CoordMotion_ReadAndSyncCurPositions ( IntPtr handle, double &x, double &y, double &z, double &a, double &b, double &c ) : int
handle System.IntPtr
x double
y double
z double
a double
b double
c double
return int
        static extern int KM_dotnet_Interop_CoordMotion_ReadAndSyncCurPositions
            (IntPtr handle, ref double x, ref double y, ref double z, ref double a, ref double b, ref double c);
KM_CoordMotion