Provides access to members that control TIN triangle filters.
Members
Name | Description | |
---|---|---|
ActiveBound | The active boundaries of the filter. | |
CanPass | Indicates if the specified element meets the filter criteria. | |
ClassBreakCodes | The filter's numeric values used to represent each class. | |
ClassBreaks | The classification categories of the filter. | |
DataElementsOnly | Indicates whether the returned elements should be inside the data area. | |
LowerBound | The lower bound of the filter. | |
PropertyType | The property that the filter classifies on. | |
UniqueValue | The unique value of the filter. | |
UpperBound | The upper bound of the filter. |
ITinTriangleFilter.ActiveBound Property
The active boundaries of the filter.
Public Property ActiveBound As esriTinBoundType
public esriTinBoundType ActiveBound {get; set;}
ITinTriangleFilter.ClassBreakCodes Property
The filter's numeric values used to represent each class.
Public Property ClassBreakCodes As ILongArray
public ILongArray ClassBreakCodes {get; set;}
ITinTriangleFilter.ClassBreaks Property
The classification categories of the filter.
Public Property ClassBreaks As IDoubleArray
public IDoubleArray ClassBreaks {get; set;}
ITinTriangleFilter.LowerBound Property
The lower bound of the filter.
Public Property LowerBound As Double
public double LowerBound {get; set;}
ITinTriangleFilter.PropertyType Property
The property that the filter classifies on.
Public Property PropertyType As esriTinTrianglePropertyType
public esriTinTrianglePropertyType PropertyType {get; set;}
ITinTriangleFilter.UniqueValue Property
The unique value of the filter.
Public Property UniqueValue As Double
public double UniqueValue {get; set;}
ITinTriangleFilter.UpperBound Property
The upper bound of the filter.
Public Property UpperBound As Double
public double UpperBound {get; set;}
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. |