public interface IExtrude2 extends IExtrude, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID177b5661_e873_47ac_aa42_2457ff6968f3 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID6b256ae0_1cde_11d4_9f5c_00c04f6bdf0d
Modifier and Type | Method and Description |
---|---|
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.
|
extrude, extrudeAbsolute, extrudeAlongLine, extrudeBetween, extrudeFromTo, extrudeRelative
static final int IID177b5661_e873_47ac_aa42_2457ff6968f3
static final int xxDummy
static final java.lang.String IID
void setGenerateNoBottoms(boolean extrudeWithoutBottoms) throws java.io.IOException, AutomationException
extrudeWithoutBottoms
- The extrudeWithoutBottoms (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isGenerateNoBottoms() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.