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


IGxGeographicView.DisplayedLayer Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (CatalogUI)  

IGxGeographicView.DisplayedLayer Property

The layer object currently being displayed.

[Visual Basic .NET]
Public ReadOnly Property DisplayedLayer As ILayer
[C#]
public ILayer DisplayedLayer {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

The DisplayedLayer property is set to nothing when the selected object can not be previewed in the GxGeographicView.

See Also

IGxGeographicView Interface

.NET Related Topics

CatalogUI