Show / Hide Table of Contents

Struct EdgeMeta

Represents edge meta data.

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 EdgeMeta

Properties

Idx

Gets or sets the edge idx.

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

Length

Gets or sets the edge length in meter.

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

Offset

Gets or sets the edge offset in meter.

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

Back to top Built by Itinero, MIT licensed.