C# Class Google.KML.gePolyStyle

Specifies the drawing style for all polygons, including polygon extrusions (which look like the walls of buildings) and line extrusions (which look like solid fences).
Inheritance: geColorStyle
Mostrar archivo Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY Class Usage Examples

Public Properties

Property Type Description
Fill bool
Outline bool

Public Methods

Method Description
ToKML ( XmlTextWriter kml ) : void

Render to KML

Method Details

ToKML() public method

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

Property Details

Fill public_oe property

Boolean value (default=1). Specifies whether to fill the polygon
public bool Fill
return bool

Outline public_oe property

Boolean value (default=1). Specifies whether to outline the polygon. Polygon outlines use the current LineStyle.
public bool Outline
return bool