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


IGraphicsLayer.AssociatedLayer Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGraphicsLayer Interface > IGraphicsLayer.AssociatedLayer Property
ArcGIS Developer Help

IGraphicsLayer.AssociatedLayer Property

Layer that is associated with this graphics layer.

[Visual Basic .NET]
Public Property AssociatedLayer As ILayer
[C#]
public ILayer AssociatedLayer {get; set;}
[C++]
HRESULT get_AssociatedLayer(
  ILayer** Layer
);
[C++]
HRESULT putref_AssociatedLayer(
  ILayer* Layer
);
[C++]
Parameters
Layer [out, retval]

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

Product Availability

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

See Also

IGraphicsLayer Interface