Provides access to members that manipulate the graphics container.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.
Members
Description | ||
---|---|---|
![]() |
AddElement | Adds a new graphic element to the container. |
![]() |
AddElements | Adds a collection of new graphic elements to the container. |
![]() |
BeginBatchUpdate | Initiates a batch update of the container. |
![]() |
DeleteAllElements | Deletes all the elements. |
![]() |
DeleteElement | Deletes the given element. |
![]() |
Element | The element in the container defined by the given index. |
![]() |
ElementCount | The number of elements in the container. |
![]() |
EndBatchUpdate | Terminates a batch update of the container. |
![]() |
LocateElements | Returns the elements that intersect with the given ray. |
![]() |
LocateElementsByEnvelope | Returns the elements that intersect with the given envelope. |
![]() |
MoveElementFromGroup | Move the specified element from the group to the container. |
![]() |
MoveElementToGroup | Move the specified element from the container to the group. |
![]() |
Next | The next graphic in the container. |
![]() |
Reset | Resets the internal cursor so that 'Next' returns the first element. |
CoClasses that implement IGraphicsContainer3D
CoClasses and Classes | Description |
---|---|
GlobeGraphicsLayer (esriGlobeCore) | The Globe Graphics Layer. |
GraphicsLayer3D | A 3D Graphics Layer. |