com.esri.arcgis.analyst3dUI
Interface IDDDToolbarEnvironment

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GMxEffectsToolbarEnvironment, IDDDToolbarEnvironmentProxy, SxEffectsToolbarEnvironment, TinEditingToolbarEnvironment

public interface IDDDToolbarEnvironment
extends java.io.Serializable

COM Interface 'IDDDToolbarEnvironment'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esri3DAnalystUI.olb'

Description: 'Provides access to members that control the 3D Analyst Toolbar Environment.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID2d73b142_8f1c_11d4_a10f_00508bd60cb9
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ILayer getCurrentSelectedLayer()
          The ILayer interface of the current selected layer.
 void setCurrentSelectedLayerByRef(ILayer ppLayer)
          The ILayer interface of the current selected layer.
 

Field Detail

IID2d73b142_8f1c_11d4_a10f_00508bd60cb9

static final int IID2d73b142_8f1c_11d4_a10f_00508bd60cb9
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getCurrentSelectedLayer

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

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

setCurrentSelectedLayerByRef

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

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