C# Class Google.KML.geMultiGeometry

A container for one or more geometry objects
Inheritance: geGeometry
Mostrar archivo Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY Class Usage Examples

Public Properties

Property Type Description
Geometries List

Public Methods

Method Description
ToKML ( XmlTextWriter kml ) : void

Renders the object to KML

Method Details

ToKML() public method

Renders the object to KML
public ToKML ( XmlTextWriter kml ) : void
kml System.Xml.XmlTextWriter
return void

Property Details

Geometries public_oe property

public List Geometries
return List