com.esri.arcgis.geodatabase
Interface ITinDynamicFilter

All Superinterfaces:
ITinFilter, Serializable
All Known Implementing Classes:
TinEdgeTypeFilter, TinTriangleFilter, TinValueFilter

public interface ITinDynamicFilter
extends ITinFilter, Serializable

Provides access to members that control TIN dynamic filtering options.

Product Availability

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


Method Summary
 int init(ITinElement pElement)
          Re/establishes the filter; determines and returns an ID for the subset of elements represented by the index.
 
Methods inherited from interface com.esri.arcgis.geodatabase.ITinFilter
canPass, isDataElementsOnly, setDataElementsOnly
 

Method Detail

init

int init(ITinElement pElement)
         throws IOException,
                AutomationException
Re/establishes the filter; determines and returns an ID for the subset of elements represented by the index.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
pElement - A reference to a com.esri.arcgis.geodatabase.ITinElement (in)
Returns:
The pID
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.