C# Class Google.KML.geListStyle.geItemIcon

Represents an ItemIcon, the icon that you see in the Places window
Inheritance: geObject
Mostrar archivo Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY

Public Properties

Property Type Description
Href string
State geItemIconStates

Public Methods

Method Description
ToKML ( XmlTextWriter kml ) : void

Renders the object as KML

Method Details

ToKML() public method

Renders the object as KML
public ToKML ( XmlTextWriter kml ) : void
kml System.Xml.XmlTextWriter
return void

Property Details

Href public_oe property

public string Href
return string

State public_oe property

public geItemIconStates State
return geItemIconStates