C# Class Google.KML.geObjArrayField

A schema field for an array of pointers to schema objects.
Inheritance: geSchemaField
Afficher le fichier Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY

Méthodes publiques

Méthode Description
ToKML ( XmlTextWriter kml ) : void

Renders this object to KML

Method Details

ToKML() public méthode

Renders this object to KML
public ToKML ( XmlTextWriter kml ) : void
kml System.Xml.XmlTextWriter
Résultat void