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


ITinSurfaceElement Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinSurfaceElement Interface
ArcGIS Developer Help

ITinSurfaceElement Interface

Provides access to members that control TIN surface elements.

Product Availability

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

Members

Name 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.

Classes that implement ITinSurfaceElement

Classes Description
TinSurfaceElement The Esri TinSurfaceElement component.