ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.Analyst3D Namespace / TinEdgeFilter Class
Properties


In This Topic
    TinEdgeFilter Class Members
    In This Topic

    The following tables list the members exposed by TinEdgeFilter.

    Public Constructors
     NameDescription
    Public ConstructorCreate an instance of TinEdgeFilter.  
    Top
    Public Properties
     NameDescription
    Public Property Gets and sets whether the filter should return elements classified as "inside" only. Default value is false. (Inherited from ArcGIS.Core.Data.Analyst3D.TinFilter)
    Public PropertyGets and sets the edge type to filter by. Used only when FilterByEdgeType is true. Default is TinEdgeType.RegularEdge.  
    Public PropertyGets and sets whether the EdgeType property is used in the filter. Default value is false.  
    Public PropertyGets 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)
    Public PropertyGets and sets the filter type. Default value is TinFilterType.All. (Inherited from ArcGIS.Core.Data.Analyst3D.TinFilter)
    Public Property Gets and sets whether single or double edges are returned. Default value is true.  
    Top
    See Also