This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapSurroundFrame Interface (ArcObjects .NET 10.4 SDK) |
Provides access to the members that control the map surround element interface.
IMapSurroundFrame is the default interface for the MapSurroundFrame object. Use this interface to obtain or update the surround object (north arrow, scale bar, or legend) stored within the frame, or when you want to obtain or update the MapFrame associated with the surround.
Description | ||
---|---|---|
Background | Frame background used by this element. | |
Border | Frame border used by this element. | |
DraftMode | Indicates if this element is in draft mode, i.e., draws fast. | |
MapFrame | The frame element of the map associated with this object's map surround. | |
MapSurround | The map surround displayed by this frame element. | |
Object | Object framed by this element. | |
Thumbnail | Small bitmap representation of this element. |
Interfaces | Description |
---|---|
IFrameElement | Provides access to members that control the Frame element object. |
CoClasses and Classes | Description |
---|---|
MapSurroundFrame | A graphic element for displaying map surrounds. |
IMapSurroundFrame provides access to the properties and method of a map surround. When creating a new map surround frame it is recommended that IMapFrame::CreateSurroundFrame is used rather than creating the class and hooking it up to the Map / MapFrame separately.