Show / Hide Table of Contents

Class RoutingEdge

Represents an edge in a routing network.

Inheritance
System.Object
RoutingEdge
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class RoutingEdge

Properties

Data

Gets the data.

Declaration
public EdgeData Data { get; }
Property Value
EdgeData

DataInverted

Gets the inverted-flag.

Declaration
public bool DataInverted { get; set; }
Property Value
System.Boolean

From

Gets the from.

Declaration
public uint From { get; }
Property Value
System.UInt32

Id

Gets the id.

Declaration
public uint Id { get; }
Property Value
System.UInt32

Shape

Gets the shape.

Declaration
public ShapeBase Shape { get; }
Property Value
ShapeBase

To

Gets the to.

Declaration
public uint To { get; }
Property Value
System.UInt32

Methods

ToString()

Returns a string that represents the current object.

Declaration
public override string ToString()
Returns
System.String

Overrides
System.Object.ToString()
Back to top Built by Itinero, MIT licensed.