com.esri.arcgis.geodatabase
Interface ITinNodeInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
Tin

public interface ITinNodeInfo
extends Serializable

Provides access to TIN node's properties.

Product Availability

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


Method Summary
 int getNodeEditInfo(int nodeIndex)
          Node info.
 

Method Detail

getNodeEditInfo

int getNodeEditInfo(int nodeIndex)
                    throws IOException,
                           AutomationException
Node info.

Product Availability

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

Parameters:
nodeIndex - The nodeIndex (in)
Returns:
The pInfo
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.