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


IScene.ActiveGraphicsLayer Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > IScene Interface > IScene.ActiveGraphicsLayer Property
ArcGIS Developer Help

IScene.ActiveGraphicsLayer Property

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

[Visual Basic .NET]
Public Property ActiveGraphicsLayer As ILayer
[C#]
public ILayer ActiveGraphicsLayer {get; set;}
[C++]
HRESULT get_ActiveGraphicsLayer(
  ILayer** ppLayer
);
[C++]
HRESULT putref_ActiveGraphicsLayer(
  ILayer* ppLayer
);
[C++]
Parameters
ppLayer [out, retval]

ppLayer is a parameter of type ILayer** ppLayer [in]
ppLayer is a parameter of type ILayer*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IScene Interface