This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Constants > E > esriTinQualification Constants (ArcObjects .NET 10.4 SDK) |
Esri TIN enumerator-criteria options.
Constant | Value | Description |
---|---|---|
esriTinAll | 1 | Returns all elements. |
esriTinInsideTin | 2 | Returns all elements except those associated to super nodes. |
esriTinInsideDataArea | 4 | Returns elements inside data area only. |
esriTinSingleEdge | 8 | Returns only one of the two adjacent triangle edges. |
esriTinDoubleEdges | 16 | Returns both of the two adjacent triangle edges. |