C# Class Google.KML.geDocument

Represents the Document object
Inheritance: geContainer
Mostrar archivo Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY Class Usage Examples

Public Properties

Property Type Description
Schemas List

Public Methods

Method Description
ToKML ( XmlTextWriter kml ) : void

Renders the object as KML, and calls upon any children to do the same

Method Details

ToKML() public method

Renders the object as KML, and calls upon any children to do the same
public ToKML ( XmlTextWriter kml ) : void
kml System.Xml.XmlTextWriter
return void

Property Details

Schemas public_oe property

A collection of Schemas that can be applied to this document
public List Schemas
return List