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