User Tools

Site Tools


api:thinkgeo.mapsuite.routing.gettingrouteviavisitstopsroutingengineeventargs

ThinkGeo.MapSuite.Routing.GettingRouteViaVisitStopsRoutingEngineEventArgs

Inheritance Hierarchy

  • System.Object
    • System.EventArgs
      • ThinkGeo.MapSuite.Routing.GettingRouteViaVisitStopsRoutingEngineEventArgs

Members Summary

Public Constructors

GettingRouteViaVisitStopsRoutingEngineEventArgs()

  • This is the default constructor with no parameters
Remarks
  • N/A
Parameters

GettingRouteViaVisitStopsRoutingEngineEventArgs(IEnumerable<Int32>,IEnumerable<RouteSegment>)

  • This is the constructor that passed the current bestVisitSequence of locations and default isTermination value “false”
Remarks
  • This is the constructor that passed the current bestVisitSequence of locations and default isTermination value “false”
Parameters
  • visitSequence
    • Type:IEnumerable<Int32>
    • Description:The current bestVisitSequence of locations that you want to pass out by event.
  • routeSegments
    • Type:IEnumerable<RouteSegment>
    • Description:The RouteSement collection that represents current route

GettingRouteViaVisitStopsRoutingEngineEventArgs(IEnumerable<Int32>,IEnumerable<RouteSegment>,Boolean)

  • This is the constructor that passed the current bestVisitSequence of locations and a value representing whether stops current calculating.
Remarks
  • This is the constructor that passed the current bestVisitSequence of locations and a value representing whether stops current calculating.
Parameters
  • visitSequence
    • Type:IEnumerable<Int32>
    • Description:The current bestVisitSequence of locations that you want to pass out by event.
  • routeSegments
    • Type:IEnumerable<RouteSegment>
    • Description:A collection of route segments representing the route.
  • terminated
    • Type:Boolean
    • Description:A value represents whether stops current calculating.

Protected Constructors

Public Methods

ToString()

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:N/A
Parameters

Equals(Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32
  • Description:N/A
Parameters

GetType()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Type
  • Description:N/A
Parameters

Protected Methods

Finalize()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

MemberwiseClone()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Object
  • Description:N/A
Parameters

Public Properties

Terminate

  • N/A
Remarks
  • If you set the value to true, it will stops the calculating and return current result.
Return Value
  • Type:Boolean

RouteSegments

  • N/A
Remarks
  • N/A
Return Value

VisitSequence

  • N/A
Remarks
  • N/A
Return Value
  • Type:Collection<Int32>

TotalDistance

  • N/A
Remarks
  • N/A
Return Value
  • Type:Double

Protected Properties

Public Events

api/thinkgeo.mapsuite.routing.gettingrouteviavisitstopsroutingengineeventargs.txt · Last modified: 2017/01/12 02:38 (external edit)