public interface ITinFeatureSeed
extends java.io.Serializable
Description: 'Provides access to control TIN elements' properties.' 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 |
IIDbb5dbc74_b9ca_11d5_abbb_0008c73fd50c |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getIndex()
The element's index number.
|
int |
getTagValue()
The element's tag value.
|
boolean |
isUseTagValue()
Indicates whether tag value (if true) or edge type (if false) should be used to define the feature, in case the seed is an edge.
|
void |
setUseTagValue(boolean pbUseTagValue)
Indicates whether tag value (if true) or edge type (if false) should be used to define the feature, in case the seed is an edge.
|
static final int IIDbb5dbc74_b9ca_11d5_abbb_0008c73fd50c
static final int xxDummy
static final java.lang.String IID
int getIndex() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getTagValue() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isUseTagValue() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setUseTagValue(boolean pbUseTagValue) throws java.io.IOException, AutomationException
pbUseTagValue
- The pbUseTagValue (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.