com.esri.arcgis.analyst3dUI
Interface IGxSceneFilter

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GxFilterSceneDatasets, IGxSceneFilterProxy

public interface IGxSceneFilter
extends java.io.Serializable

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

Description: 'Provides access to members that filter data for the scene.' 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 IID6662a464_6a59_11d4_80f2_00c04fa0adf8
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void setScene(IScene rhs1)
          The decision-making scene.
 

Field Detail

IID6662a464_6a59_11d4_80f2_00c04fa0adf8

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

setScene

void setScene(IScene rhs1)
              throws java.io.IOException,
                     AutomationException
The decision-making scene.

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