| KM_CoordMotionDwell Method |
Pause motion fow given amount of time
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public void Dwell(
double seconds,
int sequence_number
)
Public Sub Dwell (
seconds As Double,
sequence_number As Integer
)
public:
void Dwell(
double seconds,
int sequence_number
)
Parameters
- seconds Double
- time in seconds
- sequence_number Int32
- sequence number to be associated with the dwell
See Also