com.esri.arcgis.analyst3dUI
Interface IGxSceneFilter
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- GxFilterSceneDatasets
public interface IGxSceneFilter
- extends Serializable
Provides access to members that filter data for the scene.
Product Availability
Available with ArcGIS Desktop. Requires 3D Analyst Extension.
setScene
void setScene(IScene rhs1)
throws IOException,
AutomationException
- The decision-making scene.
Product Availability
Available with ArcGIS Desktop. Requires 3D Analyst Extension.
Supported Platforms
Windows
- Parameters:
rhs1
- A reference to a com.esri.arcgis.analyst3d.IScene (in)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.