C# Class ESRI.ArcGIS.Client.Toolkit.DataSources.Kml.KmlToFeatureDefinition.DownloadStyleState

This stores the state of the currently processed KML feature while its style information is downloaded from an external source.
显示文件 Open project: Esri/arcgis-toolkit-sl-wpf

Public Methods

Method Description
DownloadStyleState ( string styleId, System credentials, Action callback, X509Certificate clientCertificate = null ) : ESRI.ArcGIS.Client.Toolkit.DataSources.Kml.Zip

Method Details

DownloadStyleState() public method

public DownloadStyleState ( string styleId, System credentials, Action callback, X509Certificate clientCertificate = null ) : ESRI.ArcGIS.Client.Toolkit.DataSources.Kml.Zip
styleId string
credentials System
callback Action
clientCertificate System.Security.Cryptography.X509Certificates.X509Certificate
return ESRI.ArcGIS.Client.Toolkit.DataSources.Kml.Zip