com.esri.arcgis.geodatabase
Interface IEnumTinElement

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumTinElementProxy, TinEdgeEnumerator, TinNodeEnumerator, TinTriangleEnumerator

public interface IEnumTinElement
extends Serializable

Provides access to TIN element options.

Product Availability

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


Method Summary
 ITinElement next()
          Gets next element.
 void queryNext(ITinElement pElement)
          Queries next element.
 void reset()
          Resets the enumerator.
 

Method Detail

reset

void reset()
           throws IOException,
                  AutomationException
Resets the enumerator.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

next

ITinElement next()
                 throws IOException,
                        AutomationException
Gets next element.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
A reference to a com.esri.arcgis.geodatabase.ITinElement
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryNext

void queryNext(ITinElement pElement)
               throws IOException,
                      AutomationException
Queries next element.

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)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.