ArcObjects Library Reference (GeoDatabase)  

ITinTriangle Interface

Provides access to members that control TIN triangles.

Product Availability

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

Members

Description
Read-only property Area The projected area of the specified TIN triangle.
Read-only property Area3D The area of the specified triangle as measured on the TIN surface.
Read-only property AspectDegrees The aspect of the specified triangle in degrees.
Read-only property AspectRadians The aspect of the specified triangle in radians.
Read-only property Edge The triangle edge specified by the index.
Read-only property Index The element's index number.
Method Init Initializes a new TIN element.
Read-only property Intensity The brightness value of the specified triangle.
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 Node The triangle node specified by the index.
Read-only property Perimeter The projected perimeter of the specified TIN triangle.
Read-only property Perimeter3D The perimeter of the specified triangle as measured on the TIN surface.
Method QueryAdjacentTriangleIndices An array of index numbers belonging to triangles adjacent to the specified triangle.
Method QueryAdjacentTriangles The array of triangles adjacent to the specified triangle.
Method QueryAsRing Sets the specified triangle as a ring.
Method QueryCentroid The centroid of the specified triangle as determined by averaging the coordinates of its vertices.
Method QueryCircumCircle The circle circumscribing the specified triangle about its vertices.
Method QueryElevationBand The polygon based on the specified triangle and input bounds.
Method QueryNormal The vector normal to the specified triangle.
Method QueryVertices The vertices of the specified triangle as point features.
Method SetEmpty Uninitializes the element.
Read-only property SlopeDegrees The slope of the specified triangle in degrees.
Read-only property SlopePercent The slope of the specified triangle in percent.
Read-only property SlopeRadians The slope of the specified triangle in radians.
Read-only property TagValue The tag value of the specified element.
Read-only property TheTin The TIN object referenced by the element.

Inherited Interfaces

Interfaces Description
ITinElement Provides access to members to control TIN elements.

CoClasses that implement ITinTriangle

CoClasses and Classes Description
TinTriangle The Esri TinTriangle component.