com.esri.arcgis.geodatabase
Interface ITinEdgeTypeFilter

All Superinterfaces:
ITinFilter, Serializable
All Known Subinterfaces:
ITinEdgeTypeFilter2
All Known Implementing Classes:
TinEdgeTypeFilter

public interface ITinEdgeTypeFilter
extends ITinFilter, Serializable

Provides access to members that control TIN edge type filters.

Superseded By

ITinEdgeTypeFilter2

Product Availability

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


Method Summary
 int getType()
          The edge type of the filter.
 void setType(int pType)
          The edge type of the filter.
 
Methods inherited from interface com.esri.arcgis.geodatabase.ITinFilter
canPass, isDataElementsOnly, setDataElementsOnly
 

Method Detail

setType

void setType(int pType)
             throws IOException,
                    AutomationException
The edge type of the filter.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
pType - A com.esri.arcgis.geodatabase.esriTinEdgeType constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getType

int getType()
            throws IOException,
                   AutomationException
The edge type of the filter.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
A com.esri.arcgis.geodatabase.esriTinEdgeType constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.