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


IPageLayoutControl3.GraphicsContainer Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IP > IPageLayoutControl3 Interface > IPageLayoutControl3.GraphicsContainer Property
ArcGIS Developer Help

IPageLayoutControl3.GraphicsContainer Property

The graphics container of the PageLayout object contained by the PageLayoutControl.

[Visual Basic .NET]
Public ReadOnly Property GraphicsContainer As IGraphicsContainer
[C#]
public IGraphicsContainer GraphicsContainer {get;}
[C++]
HRESULT get_GraphicsContainer(
void
);

Product Availability

Available with ArcGIS Engine.

Description

This property is a shortcut to IActiveView::GraphicsContainer.

Remarks

This property will always return a reference to the PageLayout's GraphicsContainer rather than to any GraphicsContainer associated with a Map.

See Also

IPageLayoutControl3 Interface