KmlFeature Class
Version 1.0.0-beta002
.NET Framework 4.7
| Namespace | Skybrud.Essentials.Maps.Kml.Features |
|---|---|
| Assembly | Skybrud.Essentials.Maps.dll |
| Visibility | Public |
| Keywords | Abstract |
| Inheritance |
This is an abstract element and cannot be used directly in a KML file.
public abstract class KmlFeature : KmlObject { }
Properties
| Type | Name | Summary |
|---|---|---|
| String | Id | |
| String | Name |
User-defined text displayed in the 3D viewer as the label for the object (for example, for a KmlPlacemark, KmlFolder, or KmlNetworkLinkControl). |
| String | Description | |
| String | StyleUrl |
Methods
|
ToXElement()
(virtual)
|
Inherited from KmlObject |
|
NewXElement()
(virtual)
|
|
NewXElement(string)
(virtual)
|