Name | Description | |
---|---|---|
TinEdgeFilter Constructor | Create an instance of TinEdgeFilter. |
The following tables list the members exposed by TinEdgeFilter.
Name | Description | |
---|---|---|
TinEdgeFilter Constructor | Create an instance of TinEdgeFilter. |
Name | Description | |
---|---|---|
DataElementsOnly | Gets and sets whether the filter should return elements classified as "inside" only. Default value is false. (Inherited from ArcGIS.Core.Data.Analyst3D.TinFilter) | |
EdgeType | Gets and sets the edge type to filter by. Used only when FilterByEdgeType is true. Default is TinEdgeType.RegularEdge. | |
FilterByEdgeType | Gets and sets whether the EdgeType property is used in the filter. Default value is false. | |
FilterEnvelope | Gets and sets an envelope filter. Default value is null meaning that the envelope searched is the TIN's data area, See TinDataset.GetDataArea. (Inherited from ArcGIS.Core.Data.Analyst3D.TinFilter) | |
FilterType | Gets and sets the filter type. Default value is TinFilterType.All. (Inherited from ArcGIS.Core.Data.Analyst3D.TinFilter) | |
SingleEdge | Gets and sets whether single or double edges are returned. Default value is true. |