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


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

ITinSurface3 Interface

Provides access to members that control TIN surfaces.

Product Availability

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

Members

Name Description
Method Extract Extract part of the TIN.
Method GetVolumeAndArea Returns TIN's volume/area above or below an input z value.
Method InterpolateZ Interpolate the z-coordinate of the specified location.
Read/write property InterpolationMethod The elevation interpolation method.
Method Intersect Intersect with a reference TIN.
Read/write property ProfileWeedTolerance The profile weeding tolerance.
Method QueryLocate Returns the first intersection of the query ray and the TIN.
Method QueryLocateWithinDistance Returns the intersections of the query ray and the TIN.
Method QueryTriangleNormal Returns the vector normal to the specified triangle.

Classes that implement ITinSurface3

Classes Description
Tin The Esri TIN component.