Show / Hide Table of Contents

Class TreeEdge

Represents an edge in a tree.

Inheritance
System.Object
TreeEdge
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 TreeEdge

Properties

EdgeId

Gets or sets the edge id.

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

PreviousEdgeId

Gets or sets the previous edge id.

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

Shape

Gets or sets the shape.

Declaration
public float[][] Shape { get; set; }
Property Value
System.Single[][]

Weight1

Gets or sets the first weight.

Declaration
public float Weight1 { get; set; }
Property Value
System.Single

Weight2

Gets or sets the second weight.

Declaration
public float Weight2 { get; set; }
Property Value
System.Single

Back to top Built by Itinero, MIT licensed.