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


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

IAnnotateLayerProperties.GraphicsContainer Property

The output graphics container for placed labels.

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

GraphicsContainer is a parameter of type IGraphicsContainer* GraphicsContainer [out, retval]
GraphicsContainer is a parameter of type IGraphicsContainer**

Product Availability

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

See Also

IAnnotateLayerProperties Interface