Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Google
KML
geFolder
C# Class Google.KML.geFolder
Represents a Folder object. A container for many types of Google Earth Elements
Inheritance:
geContainer
Mostrar archivo
Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY
Class Usage Examples
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