C# Class Google.KML.geLink

Represents the Link object
Inheritance: geObject
Show file 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 property

The location of external data
public string Href
return string

HttpQuery public property

public string HttpQuery
return string

RefreshInterval public property

public Single,System RefreshInterval
return System.Single

RefreshMode public property

public geRefreshModeEnum RefreshMode
return geRefreshModeEnum

ViewBoundScale public property

public Single,System ViewBoundScale
return System.Single

ViewFormat public property

public string ViewFormat
return string

ViewRefreshMode public property

public geViewRefreshEnum ViewRefreshMode
return geViewRefreshEnum

ViewRefreshTime public property

public Single,System ViewRefreshTime
return System.Single