com.esri.arcgis.geodatabase
Interface ITinEdgeTypeFilter2

All Superinterfaces:
ITinEdgeTypeFilter, ITinFilter, Serializable
All Known Implementing Classes:
TinEdgeTypeFilter

public interface ITinEdgeTypeFilter2
extends ITinEdgeTypeFilter, Serializable

Provides access to members that control TIN edge type filters.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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
 

Method Detail

setRegularEdgesExcluded

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

isRegularEdgesExcluded

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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