コード例 #1
0
		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);
		}
コード例 #2
0
        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);
        }