C# Class Google.KML.geIcon

Represents the Icon object
Inheritance: geObject
Afficher le fichier Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY

Méthodes publiques

Свойство Type Description
Href string
HttpQuery string
RefreshInterval int
RefreshMode geRefreshModeEnum
ViewRefreshMode geViewRefreshEnum
ViewRefreshTime int

Méthodes publiques

Méthode Description
ToKML ( XmlTextWriter kml ) : void

Renders this object and any children to KML

geIcon ( string href ) : System

Method Details

ToKML() public méthode

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

geIcon() public méthode

public geIcon ( string href ) : System
href string
Résultat 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
Résultat string

HttpQuery public_oe property

public string HttpQuery
Résultat string

RefreshInterval public_oe property

The number of seconds to wait before refreshing the image
public int RefreshInterval
Résultat int

RefreshMode public_oe property

When to refresh the image
public geRefreshModeEnum RefreshMode
Résultat geRefreshModeEnum

ViewRefreshMode public_oe property

public geViewRefreshEnum ViewRefreshMode
Résultat geViewRefreshEnum

ViewRefreshTime public_oe property

public int ViewRefreshTime
Résultat int