com.esri.arcgis.geodatabase
Interface ITinEdgeTypeFilter2

All Superinterfaces:
ITinEdgeTypeFilter, ITinFilter, java.io.Serializable
All Known Implementing Classes:
ITinEdgeTypeFilter2Proxy, TinEdgeTypeFilter

public interface ITinEdgeTypeFilter2
extends ITinEdgeTypeFilter, java.io.Serializable

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

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID18bbf602_373f_4093_b553_39aa9762c77f
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.ITinEdgeTypeFilter
IIDf9b595ae_a9a6_11d3_ab4b_0008c73fd50c
 
Fields inherited from interface com.esri.arcgis.geodatabase.ITinFilter
IID4eee3270_fa94_11d2_ae10_000000000000
 
Method Summary
 boolean isRegularEdgesExcluded()
          Indicates if regular edges should be excluded.
 void setRegularEdgesExcluded(boolean pbExcludeRegularEdge)
          Indicates if regular edges should be excluded.
 
Methods inherited from interface com.esri.arcgis.geodatabase.ITinEdgeTypeFilter
getType, setType
 
Methods inherited from interface com.esri.arcgis.geodatabase.ITinFilter
canPass, isDataElementsOnly, setDataElementsOnly
 

Field Detail

IID18bbf602_373f_4093_b553_39aa9762c77f

static final int IID18bbf602_373f_4093_b553_39aa9762c77f
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

setRegularEdgesExcluded

void setRegularEdgesExcluded(boolean pbExcludeRegularEdge)
                             throws java.io.IOException,
                                    AutomationException
Indicates if regular edges should be excluded.

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

isRegularEdgesExcluded

boolean isRegularEdgesExcluded()
                               throws java.io.IOException,
                                      AutomationException
Indicates if regular edges should be excluded.

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