public interface IBuildFootprintsByGeometryParameters
extends java.io.Serializable
Description: 'Provides access to members that control parameters to the build footprints by Geometry operation.' 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 |
IID79d6fe35_a7f6_4975_84ec_ea08d359864d |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getMaximumVertices()
The maximum number of vertices in the output footprint.
|
void |
setMaximumVertices(int pMaximumVertices)
The maximum number of vertices in the output footprint.
|
static final int IID79d6fe35_a7f6_4975_84ec_ea08d359864d
static final int xxDummy
static final java.lang.String IID
void setMaximumVertices(int pMaximumVertices) throws java.io.IOException, AutomationException
pMaximumVertices
- The pMaximumVertices (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getMaximumVertices() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.