C# Class ESRI.ArcGIS.Client.Toolkit.DataSources.Kml.KMLStyle

Internal representation of a KML style element.
显示文件 Open project: Esri/arcgis-toolkit-sl-wpf Class Usage Examples

Public Methods

Method Description
CopyFrom ( KMLStyle from ) : void

Copies a KML style object contents to another KML object.

KMLStyle ( ) : ESRI.ArcGIS.Client.Toolkit.DataSources.Kml.Zip

Method Details

CopyFrom() public method

Copies a KML style object contents to another KML object.
public CopyFrom ( KMLStyle from ) : void
from KMLStyle The source of the copy (contents copied to instance invoking this method).
return void

KMLStyle() public method

public KMLStyle ( ) : ESRI.ArcGIS.Client.Toolkit.DataSources.Kml.Zip
return ESRI.ArcGIS.Client.Toolkit.DataSources.Kml.Zip