Introduction - If you have any usage issues, please Google them yourself
. NET platform for the realization of thematic maps of the C# Code private void point density map ToolStripMenuItem_Click (object sender, EventArgs e) (//obtain the current layer, and it set IGeoFeatureLayer examples IMap pMap = axMapControl1.Map ILayer pLayer = pMap . get_Layer (0) as IFeatureLayer IFeatureLayer pFeatureLayer = pLayer as IFeatureLayer IGeoFeatureLayer pGeoFeatureLayer = pLayer as IGeoFeatureLayer// access layer on the feature IFeatureClass pFeatureClass = pFeatureLayer.FeatureClass IFeatureCursor pFeatureCursor = pFeatureClass.Search (null, false) IFeature pFeature = pFeatureCursor.NextFeature ()