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


IGraphicsContainerProperty.GraphicsContainer Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IGraphicsContainerProperty.GraphicsContainer Property

Element's graphics container.

[Visual Basic .NET]
Public Property GraphicsContainer As IGraphicsContainer
[C#]
public IGraphicsContainer GraphicsContainer {get; set;}
[C++]
HRESULT get_GraphicsContainer(
  IGraphicsContainer** Container
);
[C++]
HRESULT putref_GraphicsContainer(
  IGraphicsContainer* Container
);
[C++]

Parameters Container [out, retval]
Container is a parameter of type IGraphicsContainer Container [in]
Container is a parameter of type IGraphicsContainer

Product Availability

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

See Also

IGraphicsContainerProperty Interface