ArcObjects Library Reference (ArcGlobe)  

IGMxDocument.SelectedLayer Property

The selected layer in the layer control.

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

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Remarks

This property provides a handle to the currently selected layer in the table of contents. 

See Also

IGMxDocument Interface