Provides access to members that control TIN edge type filters.
Members
Name | Description | |
---|---|---|
![]() |
CanPass | Indicates if the specified element meets the filter criteria. |
![]() |
DataElementsOnly | Indicates whether the returned elements should be inside the data area. |
![]() |
RegularEdgesExcluded | Indicates if regular edges should be excluded. |
![]() |
Type | The edge type of the filter. |
ITinEdgeTypeFilter2.RegularEdgesExcluded Property
Indicates if regular edges should be excluded.
Public Property RegularEdgesExcluded As Boolean
public bool RegularEdgesExcluded {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
ITinEdgeTypeFilter | Provides access to members that control TIN edge type filters. |
ITinFilter | Provides access to members that control TIN filtering options. |
Classes that implement ITinEdgeTypeFilter2
Classes | Description |
---|---|
TinEdgeTypeFilter | The Esri TinEdgeTypeFilter component. |