com.esri.arcgis.geodatabase
Interface ITinNodeSourceFilter

All Superinterfaces:
ITinFilter, Serializable
All Known Implementing Classes:
TinNodeSourceFilter

public interface ITinNodeSourceFilter
extends ITinFilter, Serializable

Provides access to members that control TIN node source filters.

Product Availability

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


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
 

Method Detail

setCriteria

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

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

getCriteria

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

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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