KMotion_dotNet.KM_CoordMotion.KM_dotnet_Interop_CoordMotion_Get_AxisDestination C# (CSharp) 메소드

KM_dotnet_Interop_CoordMotion_Get_AxisDestination() 개인적인 메소드

private KM_dotnet_Interop_CoordMotion_Get_AxisDestination ( IntPtr handle, int axis, double &value ) : int
handle System.IntPtr
axis int
value double
리턴 int
        static extern int KM_dotnet_Interop_CoordMotion_Get_AxisDestination(IntPtr handle, int axis, ref double value);
KM_CoordMotion