C# Class Google.KML.geNetworkLink

References a local or remote KML/KMZ file
Inheritance: geFeature
Mostrar archivo Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY Class Usage Examples

Public Properties

Property Type Description
FlyToView bool
Link geLink
RefreshVisibility bool

Public Methods

Method Description
ToKML ( XmlTextWriter kml ) : void

Render the object to KML

geNetworkLink ( geLink link ) : System

Method Details

ToKML() public method

Render the object to KML
public ToKML ( XmlTextWriter kml ) : void
kml System.Xml.XmlTextWriter
return void

geNetworkLink() public method

public geNetworkLink ( geLink link ) : System
link geLink
return System

Property Details

FlyToView public_oe property

public bool FlyToView
return bool

Link public_oe property

public geLink,Google.KML Link
return geLink

RefreshVisibility public_oe property

public bool RefreshVisibility
return bool