C# Класс Google.KML.geContainer

Represents the Container abstract and inherits the Feature abstract
Наследование: geFeature
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Features List

Открытые методы

Метод Описание
ToKML ( XmlTextWriter kml ) : void

Renders the object as KML, and calls upon any children to do the same

Описание методов

ToKML() публичный Метод

Renders the object as KML, and calls upon any children to do the same
public ToKML ( XmlTextWriter kml ) : void
kml System.Xml.XmlTextWriter
Результат void

Описание свойств

Features публичное свойство

A collection of Features that can exist within the container
public List Features
Результат List