Interface IST_PointChecker
  
  
  
  Assembly: STMotionPlanner.dll
  Syntax
  
    [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("600A11B7-DC75-43C8-A6EE-CF6C76ADA5C2")]
public interface IST_PointChecker : IST_PointReceiver
   
  Properties
  
  NeedExactMinDistance
  
  
  Declaration
  
    bool NeedExactMinDistance { get; set; }
   
  Property Value
  
  
  SafeDistance
  
  
  Declaration
  
    double SafeDistance { get; set; }
   
  Property Value
  
  Methods
  
  BeginPoint()
  
  
  Declaration
  
  
  CheckPointIsCorrect()
  
  
  Declaration
  
    bool CheckPointIsCorrect()
   
  Returns
  
  
  EndPoint()
  
  
  Declaration
  
  
  SetPointCoordinate(int, double)
  
  
  Declaration
  
    void SetPointCoordinate(int i, double Value)
   
  Parameters