Show / Hide Table of Contents

Class LineLocation

Represents a line location.

Inheritance
System.Object
LineLocation
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 LineLocation : ILocation

Properties

First

Gets or sets the first point.

Declaration
public LocationReferencePoint First { get; set; }
Property Value
LocationReferencePoint

Intermediate

Gets or sets the intermediate points.

Declaration
public LocationReferencePoint[] Intermediate { get; set; }
Property Value
LocationReferencePoint[]

Last

Gets or sets the last point.

Declaration
public LocationReferencePoint Last { get; set; }
Property Value
LocationReferencePoint

NegativeOffsetPercentage

Gets or sets the negative offset percentage value (POFF).

Declaration
public float ? NegativeOffsetPercentage { get; set; }
Property Value
System.Nullable<System.Single>

PositiveOffsetPercentage

Gets or sets the positive offset percentage value (POFF).

Declaration
public float ? PositiveOffsetPercentage { get; set; }
Property Value
System.Nullable<System.Single>

Back to top Built by Itinero, MIT licensed.