ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / SpatialQueryFilter Class
Properties


In This Topic
    SpatialQueryFilter Class Members
    In This Topic

    The following tables list the members exposed by SpatialQueryFilter.

    Public Constructors
     NameDescription
    Public ConstructorRepresents the spatial component of a filter used when querying a FeatureClass.  
    Top
    Public Properties
     NameDescription
    Public Property Gets and sets the geometry to use for the spatial filter.  
    Public Property Gets or sets the list of objectIDs used for filtering data in the underlying data store. (Inherited from ArcGIS.Core.Data.QueryFilter)
    Public Property Gets or sets the spatial reference in which the features will be returned. (Inherited from ArcGIS.Core.Data.QueryFilter)
    Public Property Gets or sets the postfix clause used by the filter. (Inherited from ArcGIS.Core.Data.QueryFilter)
    Public Property Gets or sets the prefix clause used by the filter. (Inherited from ArcGIS.Core.Data.QueryFilter)
    Public Property Gets and sets the SearchOrder to be used by the query.  
    Public Property Gets and sets the SpatialRelationship to use for the spatial filter.  
    Public PropertyThe DE-9IM matrix relation encoded as a string. This property is only applicable if the SpatialRelationship is SpatialRelationship.Relation.  
    Public Property Gets or sets a comma (,) delimited string containing the names of fields for which values should be returned by the query. (Inherited from ArcGIS.Core.Data.QueryFilter)
    Public Property Gets or sets the where clause used to filter the rows returned. (Inherited from ArcGIS.Core.Data.QueryFilter)
    Top
    See Also