13
Mar
Exposing COM events from .NET: Implementing MapSurround in ArcMap
Recently I needed to implement a custom map surround object in ArcMap from within the .NET framework environment. The legend, scale bar, north arrow are all examples of a map surround. What is specific to these objects is that they are associated with a particular map (data frame) and are typically created via IMap.CreateMapSurround method.
Continue Reading →