This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control TIN triangles.
Name | Description | |
---|---|---|
Area | The projected area of the specified TIN triangle. | |
Area3D | The area of the specified triangle as measured on the TIN surface. | |
AspectDegrees | The aspect of the specified triangle in degrees. | |
AspectRadians | The aspect of the specified triangle in radians. | |
Edge | The triangle edge specified by the index. | |
HasVoidZ | Indicates whether the element contains z-less vertex. | |
Index | The element's index number. | |
Init | Initializes a new TIN element. | |
Intensity | The brightness value of the specified triangle. | |
IsEmpty | Indicates if the specified element is uninitialized. | |
IsInsideDataArea | Indicates if the specified element is within the interpolation zone of the TIN. | |
IsInsideExtent | Indicates whether the element is inside the specified envelope. | |
IsSameTriangle | Restricted. | |
Node | The triangle node specified by the index. | |
Normal | The vector normal to the specified triangle. | |
Perimeter | The projected perimeter of the specified TIN triangle. | |
Perimeter3D | The perimeter of the specified triangle as measured on the TIN surface. | |
QueryAdjacentTriangleIndices | An array of index numbers belonging to triangles adjacent to the specified triangle. | |
QueryAdjacentTriangles | The array of triangles adjacent to the specified triangle. | |
QueryAsRing | Sets the specified triangle as a ring. | |
QueryCentroid | The centroid of the specified triangle as determined by averaging the coordinates of its vertices. | |
QueryCircumCircle | The circle circumscribing the specified triangle about its vertices. | |
QueryElevationBand | The polygon based on the specified triangle and input bounds. | |
QueryNormal | The vector normal to the specified triangle. | |
QueryVertices | The vertices of the specified triangle as point features. | |
SetEmpty | Uninitializes the element. | |
SlopeDegrees | The slope of the specified triangle in degrees. | |
SlopePercent | The slope of the specified triangle in percent. | |
SlopeRadians | The slope of the specified triangle in radians. | |
TagValue | The tag value of the specified element. | |
TheTin | The TIN object referenced by the element. | |
UnitNormal | The vector normal to the specified triangle, adjusted to a magnitude of one. |
Interfaces | Description |
---|---|
ITinElement | Provides access to members to control TIN elements. |
Classes | Description |
---|---|
TinTriangle | The Esri TinTriangle component. |