com.esri.arcgis.geodatabase
Interface ITinNodeSourceFilter

All Superinterfaces:
ITinFilter, java.io.Serializable
All Known Implementing Classes:
ITinNodeSourceFilterProxy, TinNodeSourceFilter

public interface ITinNodeSourceFilter
extends ITinFilter, java.io.Serializable

COM Interface 'ITinNodeSourceFilter'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDd462b2cc_b2ab_11d5_abb9_0008c73fd50c
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.ITinFilter
IID4eee3270_fa94_11d2_ae10_000000000000
 
Method Summary
 int getCriteria()
          The criteria of the filter.
 void setCriteria(int pCriteria)
          The criteria of the filter.
 
Methods inherited from interface com.esri.arcgis.geodatabase.ITinFilter
canPass, isDataElementsOnly, setDataElementsOnly
 

Field Detail

IIDd462b2cc_b2ab_11d5_abb9_0008c73fd50c

static final int IIDd462b2cc_b2ab_11d5_abb9_0008c73fd50c
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setCriteria

void setCriteria(int pCriteria)
                 throws java.io.IOException,
                        AutomationException
The criteria of the filter.

Parameters:
pCriteria - The pCriteria (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCriteria

int getCriteria()
                throws java.io.IOException,
                       AutomationException
The criteria of the filter.

Returns:
The pCriteria
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.