C# Class Google.KML.geNetworkLink

References a local or remote KML/KMZ file
Inheritance: geFeature
Show file 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 property

public bool FlyToView
return bool

Link public property

public geLink,Google.KML Link
return geLink

RefreshVisibility public property

public bool RefreshVisibility
return bool