====== ThinkGeo.MapSuite.Routing.GettingRouteViaVisitStopsRoutingEngineEventArgs ====== ===== Inheritance Hierarchy ===== *System.Object *System.EventArgs ***ThinkGeo.MapSuite.Routing.GettingRouteViaVisitStopsRoutingEngineEventArgs** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} GettingRouteViaVisitStopsRoutingEngineEventArgs() ** * //This is the default constructor with no parameters// == Remarks == * //N/A// == Parameters ==
** {{wiki:PublicMethod.gif|}} GettingRouteViaVisitStopsRoutingEngineEventArgs(IEnumerable,IEnumerable) ** * //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 * Description:The current bestVisitSequence of locations that you want to pass out by event. * //routeSegments// * Type:IEnumerable<[[ThinkGeo.MapSuite.Routing.RouteSegment|RouteSegment]]> * Description:The RouteSement collection that represents current route
** {{wiki:PublicMethod.gif|}} GettingRouteViaVisitStopsRoutingEngineEventArgs(IEnumerable,IEnumerable,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 * Description:The current bestVisitSequence of locations that you want to pass out by event. * //routeSegments// * Type:IEnumerable<[[ThinkGeo.MapSuite.Routing.RouteSegment|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 ==== ** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
===== Protected Methods ===== ** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} Terminate ** * //N/A// == Remarks == * //If you set the value to true, it will stops the calculating and return current result.// == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} RouteSegments ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.Routing.RouteSegment|RouteSegment]]> ** {{wiki:PublicProperty.gif|}} VisitSequence ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection ** {{wiki:PublicProperty.gif|}} TotalDistance ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Double ==== Protected Properties ==== ==== Public Events ====