Provides access to members that control TIN edges.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
AzimuthDegrees | The azimuthal direction of the specified edge beginning at the FromNode in degrees. | |
AzimuthRadians | The azimuthal direction of the specified edge beginning at the FromNode in radians. | |
FromNode | The originating node of the specified edge. | |
GetNeighbor | Returns the corresponding edge of the triangle opposite to the specified edge. | |
GetNextCCW | Returns the edge terminating at the FromNode of the specified edge. | |
GetNextCW | Returns the edge beginning at the ToNode of the specified edge. | |
GetNextInTriangle | Returns the next triangle sharing the FromNode of the specified edge in a clockwise direction. | |
GetPreviousInTriangle | Returns the next triangle sharing the FromNode of the specified edge in a counter-clockwise direction. | |
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. | |
LeftTriangle | The triangle on the left (opposite) side of the specified edge. | |
Length | The projected length of the specified edge. | |
Length3D | The length of the specified edge measured on the TIN surface. | |
QueryAsLine | Sets the specified edge equal to a line. | |
QueryAsWKSPointZs | Sets the specified edge equal to its nodes as points with z values. | |
RightTriangle | The triangle on the right side of the specified edge. | |
SetEmpty | Uninitializes the element. | |
TagValue | The tag value of the specified element. | |
TheTin | The TIN object referenced by the element. | |
ToNode | The terminating node of the specified edge. | |
Type | The type of the specified edge. |
Inherited Interfaces
Interfaces | Description |
---|---|
ITinElement | Provides access to members to control TIN elements. |
CoClasses that implement ITinEdge
CoClasses and Classes | Description |
---|---|
TinEdge | The ESRI TinEdge component. |