Provides access to members that control the Graphics Container.
Objects which manage a collection of graphic elements implement this interface. For example, the PageLayout, Map, and FDOGraphicsLayer object all implement this interface to provide access to the graphic elements they manage.
The PageLayout object contains a collection of Element objects including, MapFrames, MapSurroundFrames, and GraphicElements such as the PictureElement, MarkerElement and LineElement. The members of this interface provide access to the Elements.
| Description | ||
|---|---|---|
![]() |
AddElement | Add a new graphic element to the layer. |
![]() |
AddElements | Add new graphic elements to the layer. |
![]() |
BringForward | Move the specified elements one step closer to the top of the stack of elements. |
![]() |
BringToFront | Make the specified elements draw in front of all other elements. |
![]() |
DeleteAllElements | Delete all the elements. |
![]() |
DeleteElement | Delete the given element. |
![]() |
FindFrame | Find the frame that contains the specified object. |
![]() |
GetElementOrder | Private order object. Used to undo ordering operations. |
![]() |
LocateElements | Returns the elements at the given coordinate. |
![]() |
LocateElementsByEnvelope | Returns the elements that intersect with the given envelope. |
![]() |
MoveElementFromGroup | Move the element from the group to the container. |
![]() |
MoveElementToGroup | Move the element from the container to the group. |
![]() |
Next | Returns the next graphic in the container. |
![]() |
PutElementOrder | Private order object. Used to undo ordering operations. |
![]() |
Reset | Reset internal cursor so that Next returns the first element. |
![]() |
SendBackward | Move the specified elements one step closer to the bottom of the stack of elements. |
![]() |
SendToBack | Make the specified elements draw behind all other elements. |
![]() |
UpdateElement | The graphic element's properties have changed. |
| CoClasses and Classes | Description |
|---|---|
| CompositeGraphicsLayer | A collection of graphics layers that behave like single layer. |
| FDOGraphicsLayer | A FDO graphics layer. |
| Map | A container for the display and manipulation of map data. |
| PageLayout | Page Layout. |
IGraphicsContainerSelect Interface