com.esri.arcgis.controls
Interface ISceneCommandHook

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISceneCommandHookProxy

public interface ISceneCommandHook
extends java.io.Serializable

COM Interface 'ISceneCommandHook'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'

Description: 'Provides access to members that work with SceneHookHelper. Custom control or application needs to implement ISceneCommandHook to be recognized by SceneHookHelper.' 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 IIDaa4f27cf_0c2b_44d3_9531_5d1d48cbf3e4
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IScene getScene()
          Scene of control or application.
 

Field Detail

IIDaa4f27cf_0c2b_44d3_9531_5d1d48cbf3e4

static final int IIDaa4f27cf_0c2b_44d3_9531_5d1d48cbf3e4
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

getScene

IScene getScene()
                throws java.io.IOException,
                       AutomationException
Scene of control or application.

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