ArcObjects Library Reference (ArcScene)  

ISxDocument.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

Returns the currently selected layer in the table of contents.

See Also

ISxDocument Interface