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.
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.