com.esri.arcgis.analyst3dUI
Interface IDDDToolbarEnvironment

All Superinterfaces:
Serializable
All Known Implementing Classes:
GMxEffectsToolbarEnvironment, SxEffectsToolbarEnvironment

public interface IDDDToolbarEnvironment
extends Serializable

Provides access to members that control the 3D Analyst Toolbar Environment.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.


Method Summary
 ILayer getCurrentSelectedLayer()
          The ILayer interface of the current selected layer.
 void setCurrentSelectedLayerByRef(ILayer ppLayer)
          The ILayer interface of the current selected layer.
 

Method Detail

getCurrentSelectedLayer

ILayer getCurrentSelectedLayer()
                               throws IOException,
                                      AutomationException
The ILayer interface of the current selected layer.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Supported Platforms

Windows

Returns:
A reference to a com.esri.arcgis.carto.ILayer
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCurrentSelectedLayerByRef

void setCurrentSelectedLayerByRef(ILayer ppLayer)
                                  throws IOException,
                                         AutomationException
The ILayer interface of the current selected layer.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Supported Platforms

Windows

Parameters:
ppLayer - A reference to a com.esri.arcgis.carto.ILayer (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.