Click or drag to resize

LineString Methods

The LineString type exposes the following members.

Methods
  NameDescription
Public methodEquals
Returns a value indicating whether this instance and a specified object represent the same value.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Returns the hash code based on the value of this instance.
(Overrides ObjectGetHashCode.)
Public methodStatic memberParse
Creates a LineString instance from a Well-known Text(WKT) representation of a line.
Public methodToString
Returns Well-known text (WKT) representation of the geometry object.
(Overrides ObjectToString.)
Top
See Also