C# Class Google.KML.geLink

Represents the Link object
Inheritance: geObject
Afficher le fichier Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY Class Usage Examples

Méthodes publiques

Свойство Type Description
Href string
HttpQuery string
RefreshInterval System.Single
RefreshMode geRefreshModeEnum
ViewBoundScale System.Single
ViewFormat string
ViewRefreshMode geViewRefreshEnum
ViewRefreshTime System.Single

Méthodes publiques

Méthode Description
ToKML ( XmlTextWriter kml ) : void

Renders the object and any children as KML

geLink ( string href ) : System

Method Details

ToKML() public méthode

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

geLink() public méthode

public geLink ( string href ) : System
href string
Résultat System

Property Details

Href public_oe property

The location of external data
public string Href
Résultat string

HttpQuery public_oe property

public string HttpQuery
Résultat string

RefreshInterval public_oe property

public Single,System RefreshInterval
Résultat System.Single

RefreshMode public_oe property

public geRefreshModeEnum RefreshMode
Résultat geRefreshModeEnum

ViewBoundScale public_oe property

public Single,System ViewBoundScale
Résultat System.Single

ViewFormat public_oe property

public string ViewFormat
Résultat string

ViewRefreshMode public_oe property

public geViewRefreshEnum ViewRefreshMode
Résultat geViewRefreshEnum

ViewRefreshTime public_oe property

public Single,System ViewRefreshTime
Résultat System.Single