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

Represents the Document object
Наследование: geContainer
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
Schemas 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

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

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

A collection of Schemas that can be applied to this document
public List Schemas
Результат List