C# Class Google.KML.geContainer

Represents the Container abstract and inherits the Feature abstract
Inheritance: geFeature
显示文件 Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY

Public Properties

Property Type Description
Features 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

Features public_oe property

A collection of Features that can exist within the container
public List Features
return List