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

Internal representation of a KML style element.
Afficher le fichier Open project: Esri/arcgis-toolkit-sl-wpf Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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).
Résultat void

KMLStyle() public méthode

public KMLStyle ( ) : ESRI.ArcGIS.Client.Toolkit.DataSources.Kml.Zip
Résultat ESRI.ArcGIS.Client.Toolkit.DataSources.Kml.Zip