C# Class Google.KML.geLink

Represents the Link object
Inheritance: geObject
ファイルを表示 Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY Class Usage Examples

Public Properties

Property Type Description
Href string
HttpQuery string
RefreshInterval System.Single
RefreshMode geRefreshModeEnum
ViewBoundScale System.Single
ViewFormat string
ViewRefreshMode geViewRefreshEnum
ViewRefreshTime System.Single

Public Methods

Method Description
ToKML ( XmlTextWriter kml ) : void

Renders the object and any children as KML

geLink ( string href ) : System

Method Details

ToKML() public method

Renders the object and any children as KML
public ToKML ( XmlTextWriter kml ) : void
kml System.Xml.XmlTextWriter
return void

geLink() public method

public geLink ( string href ) : System
href string
return System

Property Details

Href public_oe property

The location of external data
public string Href
return string

HttpQuery public_oe property

public string HttpQuery
return string

RefreshInterval public_oe property

public Single,System RefreshInterval
return System.Single

RefreshMode public_oe property

public geRefreshModeEnum RefreshMode
return geRefreshModeEnum

ViewBoundScale public_oe property

public Single,System ViewBoundScale
return System.Single

ViewFormat public_oe property

public string ViewFormat
return string

ViewRefreshMode public_oe property

public geViewRefreshEnum ViewRefreshMode
return geViewRefreshEnum

ViewRefreshTime public_oe property

public Single,System ViewRefreshTime
return System.Single