Struct RoutePosition
Abstract representation of a route position.
Inherited Members
      System.ValueType.Equals(System.Object)
    
    
      System.ValueType.GetHashCode()
    
    
      System.ValueType.ToString()
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetType()
    
  Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public struct RoutePositionConstructors
RoutePosition(Route, Int32, Int32, Int32, Int32)
Creates a new route position.
Declaration
public RoutePosition(Route route, int shape, int stopIndex, int metaIndex, int branchIndex)Parameters
| Route
        route 
 | 
| System.Int32
        shape 
 | 
| System.Int32
        stopIndex 
 | 
| System.Int32
        metaIndex 
 | 
| System.Int32
        branchIndex 
 | 
Properties
BranchIndex
Gets the branch index.
Declaration
public int BranchIndex { get; }Property Value
| System.Int32 
 | 
MetaIndex
Gets the meta index.
Declaration
public int MetaIndex { get; }Property Value
| System.Int32 
 | 
Route
Shape
Gets the shape index.
Declaration
public int Shape { get; }Property Value
| System.Int32 
 | 
StopIndex
Gets the stop index.
Declaration
public int StopIndex { get; }Property Value
| System.Int32 
 | 
Methods
MoveNext()
Move to the next position.
Declaration
public bool MoveNext()Returns
| System.Boolean 
 | 
MovePrevious()
Move to the next position.
Declaration
public bool MovePrevious()Returns
| System.Boolean 
 |