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


IGraphicsContainerProperty.GraphicsContainer Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGraphicsContainerProperty Interface > IGraphicsContainerProperty.GraphicsContainer Property
ArcGIS Developer Help

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