Class Way
Represents a way.
Inherited Members
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 Way : OsmGeo
Constructors
Way()
Creates a new simple way.
Declaration
public Way()
Properties
Nodes
Gets or sets the nodes.
Declaration
public long[] Nodes { get; set; }
Property Value
System.Int64[]
|
Methods
ToString()
Returns a description of this object.
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()