KMotion_dotNet.KM_CoordMotion.KM_dotnet_Interop_CoordMotion_Dwell C# (CSharp) Méthode

KM_dotnet_Interop_CoordMotion_Dwell() private méthode

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