com.esri.arcgis.geometry
Interface IExtrude2

All Superinterfaces:
IExtrude, java.io.Serializable
All Known Implementing Classes:
IExtrude2Proxy

public interface IExtrude2
extends IExtrude, java.io.Serializable

COM Interface 'IExtrude2'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

Description: '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.' 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 IID177b5661_e873_47ac_aa42_2457ff6968f3
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geometry.IExtrude
IID6b256ae0_1cde_11d4_9f5c_00c04f6bdf0d
 
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
 

Field Detail

IID177b5661_e873_47ac_aa42_2457ff6968f3

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

setGenerateNoBottoms

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

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

isGenerateNoBottoms

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

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