Class ClosedLineLocation
Represents a closed line location or the area defined by a closed path (i.e. a circuit) in the road network.
Inheritance
System.Object
ClosedLineLocation
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 ClosedLineLocation : 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
|