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


ICompositeMapSurround.Elements Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICompositeMapSurround Interface > ICompositeMapSurround.Elements Method
ArcGIS Developer Help

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
);
[C++]
Parameters
Display [in]

Display is a parameter of type IDisplay* Bounds [in]
Bounds is a parameter of type IEnvelope*

Product Availability

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

See Also

ICompositeMapSurround Interface