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