Provides access to members to control TIN elements.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
Index | The element's index number. | |
Init | Initializes a new TIN element. | |
IsEmpty | Indicates if the specified element is uninitialized. | |
IsInsideDataArea | Indicates if the specified element is within the interpolation zone of the TIN. | |
SetEmpty | Uninitializes the element. | |
TagValue | The tag value of the specified element. | |
TheTin | The TIN object referenced by the element. |
CoClasses that implement ITinElement
CoClasses and Classes | Description |
---|---|
TinEdge | The ESRI TinEdge component. |
TinNode | The ESRI TinNode component. |
TinTriangle | The ESRI TinTriangle component. |