KMotion_dotNet.KM_CoordMotion.KM_dotnet_Interop_CoordMotion_Dwell C# (CSharp) Method

KM_dotnet_Interop_CoordMotion_Dwell() private method

private KM_dotnet_Interop_CoordMotion_Dwell ( IntPtr handle, double seconds, int sequence_number ) : void
handle System.IntPtr
seconds double
sequence_number int
return void
        static extern void KM_dotnet_Interop_CoordMotion_Dwell(IntPtr handle, double seconds, int sequence_number);
KM_CoordMotion