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


IScene.BasicGraphicsLayer 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.BasicGraphicsLayer Property
ArcGIS Developer Help

IScene.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** ppLayer
);
[C++]
Parameters
ppLayer [out, retval]

ppLayer is a parameter of type IGraphicsLayer**

Product Availability

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

See Also

IScene Interface