Beispiel #1
0
        private void contextMenuItem_Select(object sender, EventArgs e)
        {
            object menuTag = ((ToolStripItem)sender).Tag;
            ArcmapPickCandidate candidate = (ArcmapPickCandidate)menuTag;

            ArcmapUtils.FlashFeature(candidate.Feature, ArcmapUtils.FocusMapToScreenDisplay(FocusMap));
        }