Interface ICamApiRouteVoyager
  Object to find the optimal route between points
Assembly: CAMAPI.TechSolvers.dll
  Syntax
  
    [Guid("1AE92102-E361-4B80-A32F-99D6D7F8FB71")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiRouteVoyager
   
  Properties
  
  GroupByPlanes
  
  
  Declaration
  
    bool GroupByPlanes { get; set; }
   
  Property Value
  
  Methods
  
  AddPoint5D(TST5DPoint)
  
  
  Declaration
  
    int AddPoint5D(TST5DPoint point)
   
  Parameters
  
  Returns
  
  
  GetOptimalRoute(ICamApiRouteVoyagerGetOptimalRouteCallback, out TResultStatus)
  
  
  Declaration
  
    void GetOptimalRoute(ICamApiRouteVoyagerGetOptimalRouteCallback callback, out TResultStatus ResultStatus)
   
  Parameters