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

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

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

Свойство Тип Описание
Href string
HttpQuery string
RefreshInterval System.Single
RefreshMode geRefreshModeEnum
ViewBoundScale System.Single
ViewFormat string
ViewRefreshMode geViewRefreshEnum
ViewRefreshTime System.Single

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

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

Renders the object and any children as KML

geLink ( string href ) : System

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

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

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

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

public geLink ( string href ) : System
href string
Результат System

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

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

The location of external data
public string Href
Результат string

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

public string HttpQuery
Результат string

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

public Single,System RefreshInterval
Результат System.Single

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

public geRefreshModeEnum RefreshMode
Результат geRefreshModeEnum

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

public Single,System ViewBoundScale
Результат System.Single

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

public string ViewFormat
Результат string

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

public geViewRefreshEnum ViewRefreshMode
Результат geViewRefreshEnum

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

public Single,System ViewRefreshTime
Результат System.Single