com.esri.arcgis.geometry
Interface IExtrude2

All Superinterfaces:
IExtrude, Serializable
All Known Implementing Classes:
IExtrude2Proxy

public interface IExtrude2
extends IExtrude, Serializable

Provides access to members that can be used to take a geometry and connect it to a translated version of itself to generate a higher-dimensional geometry.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 boolean isGenerateNoBottoms()
          Indicates whether to generate bottom (from) face when extruding polygons.
 void setGenerateNoBottoms(boolean extrudeWithoutBottoms)
          Indicates whether to generate bottom (from) face when extruding polygons.
 
Methods inherited from interface com.esri.arcgis.geometry.IExtrude
extrude, extrudeAbsolute, extrudeAlongLine, extrudeBetween, extrudeFromTo, extrudeRelative
 

Method Detail

setGenerateNoBottoms

void setGenerateNoBottoms(boolean extrudeWithoutBottoms)
                          throws IOException,
                                 AutomationException
Indicates whether to generate bottom (from) face when extruding polygons.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
extrudeWithoutBottoms - The extrudeWithoutBottoms (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isGenerateNoBottoms

boolean isGenerateNoBottoms()
                            throws IOException,
                                   AutomationException
Indicates whether to generate bottom (from) face when extruding polygons.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The extrudeWithoutBottoms
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.