KmlLineString Class
Version 1.0.0-beta002
.NET Framework 4.7
Namespace | Skybrud.Essentials.Maps.Kml.Geometry |
---|---|
Assembly | Skybrud.Essentials.Maps.dll |
Visibility | Public |
Interfaces |
IEnumerable<T >, IEnumerable
|
Inheritance |
public class KmlLineString : KmlGeometry, IEnumerable<T>, IEnumerable { }
Properties
Type | Name | Summary |
---|---|---|
int | Count | |
KmlPointCoordinates | Item | |
String | Id (inherited from KmlGeometry) |
Methods
GetEnumerator()
(virtual)
|
Parse(XElement)
(static)
|
Parse(XElement, XmlNamespaceManager)
(static)
|
ToXElement()
(virtual)
|
Inherited from KmlObject |
NewXElement()
(virtual)
|
NewXElement(string)
(virtual)
|