public void Serialize(System.Xml.XmlWriter writer, Dictionary<string, string> Namespaces) { HeatMapFeatureLayerXamlWriter layerXamlWriter = new HeatMapFeatureLayerXamlWriter(writer, Namespaces); layerXamlWriter.WriteLayer(this, typeof(HeatMapFeatureLayer).Name, Constants.esriMappingNamespace); }
public void Serialize(System.Xml.XmlWriter writer, Dictionary <string, string> Namespaces) { HeatMapFeatureLayerXamlWriter layerXamlWriter = new HeatMapFeatureLayerXamlWriter(writer, Namespaces); layerXamlWriter.WriteLayer(this, typeof(HeatMapFeatureLayer).Name, Constants.esriMappingNamespace); }