This document is archived and information here might be outdated.  Recommended version.


ICompositeMapSurround.Elements Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ICompositeMapSurround.Elements Method

Returns the elements that are used to render this surround.

[Visual Basic .NET]
Public Function Elements ( _
    ByVal Display As IDisplay, _
    ByVal Bounds As IEnvelope _
) As IEnumElement
[C#]
public IEnumElement Elements (
    IDisplay Display,
    IEnvelope Bounds
);
[C++]
HRESULT Elements(
  IDisplay* Display,
  IEnvelope* Bounds,
  IEnumElement** GraphicElements
);
[C++]

Parameters Display [in]
Display is a parameter of type IDisplay Bounds [in]
Bounds is a parameter of type IEnvelope GraphicElements [out, retval]
GraphicElements is a parameter of type IEnumElement

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ICompositeMapSurround Interface