Interface IST_DistanceChecker
Namespace: STMotionPlanner
Assembly: STMotionPlanner.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("124BC4C0-6A90-4FB2-A7D0-85DF1C9BD783")]
public interface IST_DistanceChecker : IST_PointReceiverMethods
BeginPoint()
Declaration
void BeginPoint()EndPoint()
Declaration
void EndPoint()GetDistance(out bool, out double)
Declaration
void GetDistance(out bool IsFar, out double Distance)Parameters
| Type | Name | Description | 
|---|---|---|
| bool | IsFar | |
| double | Distance | 
SetPointCoordinate(int, double)
Declaration
void SetPointCoordinate(int i, double Value)Parameters
| Type | Name | Description | 
|---|---|---|
| int | i | |
| double | Value |