com.esri.arcgis.geodatabase
Interface ITinEdgeArray

All Superinterfaces:
Serializable
All Known Implementing Classes:
ITinEdgeArrayProxy, TinEdgeArray

public interface ITinEdgeArray
extends Serializable

Provides access to members that control simple arrays of TIN edges.

Product Availability

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


Method Summary
 int getCount()
          The number of elements in the array.
 ITinEdge getElement(int index)
          The element in the array.
 

Method Detail

getCount

int getCount()
             throws IOException,
                    AutomationException
The number of elements in the array.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

getElement

ITinEdge getElement(int index)
                    throws IOException,
                           AutomationException
The element in the array.

Product Availability

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

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