ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Core.Data.Analyst3D Namespace / TinNodeFilter Class


In This Topic
    TinNodeFilter Class Properties
    In This Topic

    For a list of all members of this type, see TinNodeFilter members.

    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 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 to filter for super nodes. Default is false.  
    Top
    See Also