com.esri.arcgis.geodatabase
Interface ITinTriangleArray

All Superinterfaces:
Serializable
All Known Implementing Classes:
ITinTriangleArrayProxy, TinTriangleArray

public interface ITinTriangleArray
extends Serializable

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

Product Availability

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


Method Summary
 int getCount()
          The number of elements in the array.
 ITinTriangle 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

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