ArcObjects Library Reference (Controls)  

IPageLayoutControl2.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(
  IGraphicsContainer** ppGraphicsContainer
);
[C++]

Parameters

ppGraphicsContainer [out, retval]

  ppGraphicsContainer is a parameter of type IGraphicsContainer

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

IPageLayoutControl2 Interface