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


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

ITinTriangleFilter Interface

Provides access to members that control TIN triangle filters.

Product Availability

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

Members

Name Description
Read/write property ActiveBound The active boundaries of the filter.
Method CanPass Indicates if the specified element meets the filter criteria.
Read/write property ClassBreakCodes The filter's numeric values used to represent each class.
Read/write property ClassBreaks The classification categories of the filter.
Read/write property DataElementsOnly Indicates whether the returned elements should be inside the data area.
Read/write property LowerBound The lower bound of the filter.
Read/write property PropertyType The property that the filter classifies on.
Read/write property UniqueValue The unique value of the filter.
Read/write property UpperBound The upper bound of the filter.

Inherited Interfaces

Interfaces Description
ITinFilter Provides access to members that control TIN filtering options.

Classes that implement ITinTriangleFilter

Classes Description
TinTriangleFilter The Esri TinTriangleFilter component.