C# Class Google.KML.geIcon

Represents the Icon object
Inheritance: geObject
Mostrar archivo Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY

Public Properties

Property Type Description
Href string
HttpQuery string
RefreshInterval int
RefreshMode geRefreshModeEnum
ViewRefreshMode geViewRefreshEnum
ViewRefreshTime int

Public Methods

Method Description
ToKML ( XmlTextWriter kml ) : void

Renders this object and any children to KML

geIcon ( string href ) : System

Method Details

ToKML() public method

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

geIcon() public method

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

Property Details

Href public_oe property

The http, local file, or document relative address of the image to use as an icon/overlay
public string Href
return string

HttpQuery public_oe property

public string HttpQuery
return string

RefreshInterval public_oe property

The number of seconds to wait before refreshing the image
public int RefreshInterval
return int

RefreshMode public_oe property

When to refresh the image
public geRefreshModeEnum RefreshMode
return geRefreshModeEnum

ViewRefreshMode public_oe property

public geViewRefreshEnum ViewRefreshMode
return geViewRefreshEnum

ViewRefreshTime public_oe property

public int ViewRefreshTime
return int