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


IBasicMap.BasicGraphicsLayer Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IB > IBasicMap Interface > IBasicMap.BasicGraphicsLayer Property
ArcGIS Developer Help

IBasicMap.BasicGraphicsLayer Property

The basic graphics layer.

[Visual Basic .NET]
Public ReadOnly Property BasicGraphicsLayer As IGraphicsLayer
[C#]
public IGraphicsLayer BasicGraphicsLayer {get;}
[C++]
HRESULT get_BasicGraphicsLayer(
  IGraphicsLayer** ppGraphicsLayer
);
[C++]
Parameters
ppGraphicsLayer [out, retval]

ppGraphicsLayer is a parameter of type IGraphicsLayer**

Product Availability

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

See Also

IBasicMap Interface