public interface ITinEdgeTypeFilter2 extends ITinEdgeTypeFilter, java.io.Serializable
Description: 'Provides access to members that control TIN edge type filters.' 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 |
IID18bbf602_373f_4093_b553_39aa9762c77f |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDf9b595ae_a9a6_11d3_ab4b_0008c73fd50c
IID4eee3270_fa94_11d2_ae10_000000000000
Modifier and Type | Method and Description |
---|---|
boolean |
isRegularEdgesExcluded()
Indicates if regular edges should be excluded.
|
void |
setRegularEdgesExcluded(boolean pbExcludeRegularEdge)
Indicates if regular edges should be excluded.
|
getType, setType
canPass, isDataElementsOnly, setDataElementsOnly
static final int IID18bbf602_373f_4093_b553_39aa9762c77f
static final int xxDummy
static final java.lang.String IID
void setRegularEdgesExcluded(boolean pbExcludeRegularEdge) throws java.io.IOException, AutomationException
pbExcludeRegularEdge
- The pbExcludeRegularEdge (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isRegularEdgesExcluded() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.