C# Class Google.KML.geObject

The base abstract class for all ge objects
Mostrar archivo Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY Class Usage Examples

Public Properties

Property Type Description
ID string
TargetID string

Public Methods

Method Description
ToKML ( XmlTextWriter kml ) : void

All ge objects should implement this method

Method Details

ToKML() public abstract method

All ge objects should implement this method
public abstract ToKML ( XmlTextWriter kml ) : void
kml System.Xml.XmlTextWriter
return void

Property Details

ID public_oe property

A unique identifier for this object
public string ID
return string

TargetID public_oe property

A pointer to an existing object that will be referenced during an update
public string TargetID
return string