public interface ITinNodeSourceFilter extends ITinFilter, java.io.Serializable
Description: 'Provides access to members that control TIN node source 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 |
IIDd462b2cc_b2ab_11d5_abb9_0008c73fd50c |
static int |
xxDummy
Deprecated.
Internal use only
|
IID4eee3270_fa94_11d2_ae10_000000000000
Modifier and Type | Method and Description |
---|---|
int |
getCriteria()
The criteria of the filter.
|
void |
setCriteria(int pCriteria)
The criteria of the filter.
|
canPass, isDataElementsOnly, setDataElementsOnly
static final int IIDd462b2cc_b2ab_11d5_abb9_0008c73fd50c
static final int xxDummy
static final java.lang.String IID
void setCriteria(int pCriteria) throws java.io.IOException, AutomationException
pCriteria
- The pCriteria (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getCriteria() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.