This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICompositeMapSurround Interface > ICompositeMapSurround.Elements Method (ArcObjects .NET 10.4 SDK) |
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