com.esri.arcgis.geodatabase
Interface ITinNodeArray

All Superinterfaces:
Serializable
All Known Implementing Classes:
ITinNodeArrayProxy, TinNodeArray

public interface ITinNodeArray
extends Serializable

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

Product Availability

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


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

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