C# Class Google.KML.geObjField

A schema field for a pointer to a schema object.
Inheritance: geSchemaField
Mostrar archivo Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY

Public Methods

Method Description
ToKML ( XmlTextWriter kml ) : void

Render this object to KML

Method Details

ToKML() public method

Render this object to KML
public ToKML ( XmlTextWriter kml ) : void
kml System.Xml.XmlTextWriter
return void