ArcObjects Library Reference (GeoDatabase)  

ITinEdge Interface

Provides access to members that control TIN edges.

Product Availability

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

Members

Description
Read-only property AzimuthDegrees The azimuthal direction of the specified edge beginning at the FromNode in degrees.
Read-only property AzimuthRadians The azimuthal direction of the specified edge beginning at the FromNode in radians.
Read-only property FromNode The originating node of the specified edge.
Method GetNeighbor Returns the corresponding edge of the triangle opposite to the specified edge.
Method GetNextCCW Returns the edge terminating at the FromNode of the specified edge.
Method GetNextCW Returns the edge beginning at the ToNode of the specified edge.
Method GetNextInTriangle Returns the next triangle sharing the FromNode of the specified edge in a clockwise direction.
Method GetPreviousInTriangle Returns the next triangle sharing the FromNode of the specified edge in a counter-clockwise direction.
Read-only property Index The element's index number.
Method Init Initializes a new TIN element.
Read-only property IsEmpty Indicates if the specified element is uninitialized.
Read-only property IsInsideDataArea Indicates if the specified element is within the interpolation zone of the TIN.
Read-only property LeftTriangle The triangle on the left (opposite) side of the specified edge.
Read-only property Length The projected length of the specified edge.
Read-only property Length3D The length of the specified edge measured on the TIN surface.
Method QueryAsLine Sets the specified edge equal to a line.
Method QueryAsWKSPointZs Sets the specified edge equal to its nodes as points with z values.
Read-only property RightTriangle The triangle on the right side of the specified edge.
Method SetEmpty Uninitializes the element.
Read-only property TagValue The tag value of the specified element.
Read-only property TheTin The TIN object referenced by the element.
Read-only property ToNode The terminating node of the specified edge.
Read-only property 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.