ArcObjects Library Reference  (Carto)    

IBasicMap2.ActiveGraphicsLayer Property

The active graphics layer. If no graphic layers exist a basic memory graphics layer will be created.

[Visual Basic 6.0]
Property ActiveGraphicsLayer As ILayer
[Visual Basic .NET]
Public Property ActiveGraphicsLayer As ILayer
[C#]
public ILayer ActiveGraphicsLayer {get; set;}
[Java]
public ILayer getActiveGraphicsLayer()
throws
    IOException,
    AutomationException
[Java]
public void setActiveGraphicsLayerByRef(
ILayer pLayer
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_ActiveGraphicsLayer(
  ILayer** ppGraphicsLayer
);
[C++]
HRESULT putref_ActiveGraphicsLayer(
  ILayer* ppGraphicsLayer

);

[C++]

Parameters

ppGraphicsLayer [out, retval]

  ppGraphicsLayer is a parameter of type ILayer

ppGraphicsLayer [in]

  ppGraphicsLayer is a parameter of type ILayer

Product Availability

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

See Also

IBasicMap2 Interface

 


Feedback Send feedback on this page