This document is archived and information here might be outdated.  Recommended version.


ITinSurfaceElement Interface (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITinSurfaceElement Interface

Provides access to members that control TIN surface elements.

Product Availability

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

Members

Description
Read-only property AspectDegrees The aspect of the element in degrees.
Read-only property Elevation The z value of the element.
Read-only property FaceTagValue The face tag value of the triangle associated with the element.
Read-only property NodeTagValue The node tag value of the associated triangle node closest to the element.
Read-only property SlopeDegrees The slope of the element in degrees.
Read-only property Triangle The triangle referenced by the element.

CoClasses that implement ITinSurfaceElement

CoClasses and Classes Description
TinSurfaceElement The Esri TinSurfaceElement component.