ArcObjects Library Reference  (Carto)    

IBasicMap.BasicGraphicsLayer Property

The basic graphics layer.

[Visual Basic 6.0]
Property BasicGraphicsLayer As IGraphicsLayer
[Visual Basic .NET]
Public ReadOnly Property BasicGraphicsLayer As IGraphicsLayer
[C#]
public IGraphicsLayer BasicGraphicsLayer {get;}
[Java]
public IGraphicsLayer getBasicGraphicsLayer()
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page