Show / Hide Table of Contents

Class Route.Branch

Represents a branch.

Inheritance
System.Object
Route.Branch
Inherited Members
System.Object.ToString()
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 Branch

Properties

Attributes

Gets or sets the attributes.

Declaration
public IAttributeCollection Attributes { get; set; }
Property Value
IAttributeCollection

AttributesDirection

Gets or sets the relative direction flag of the attributes.

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

Coordinate

Gets or sets the coordinates.

Declaration
public Coordinate Coordinate { get; set; }
Property Value
Coordinate

Shape

Gets or sets the shape index.

Declaration
public int Shape { get; set; }
Property Value
System.Int32

Methods

Clone()

Creates a clone of this object.

Declaration
public Route.Branch Clone()
Returns
Route.Branch

Back to top Built by Itinero, MIT licensed.