C# Class Google.KML.geStyleMap.gePair

Inheritance: geObject
Mostrar archivo Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY

Public Properties

Property Type Description
Key geStyleStateEnum
StyleUrl string

Public Methods

Method Description
ToKML ( XmlTextWriter kml ) : void
gePair ( geStyleStateEnum key, string styleUrl ) : System

Method Details

ToKML() public method

public ToKML ( XmlTextWriter kml ) : void
kml System.Xml.XmlTextWriter
return void

gePair() public method

public gePair ( geStyleStateEnum key, string styleUrl ) : System
key geStyleStateEnum
styleUrl string
return System

Property Details

Key public_oe property

public geStyleStateEnum Key
return geStyleStateEnum

StyleUrl public_oe property

public string StyleUrl
return string