ArcObjects Library Reference (GeoDatabase)  

ISpatialFilter.SpatialRel Property

The spatial relationship checked by the filter.

[Visual Basic .NET]
Public Property SpatialRel As esriSpatialRelEnum
[C#]
public esriSpatialRelEnum SpatialRel {get; set;}
[C++]
HRESULT get_SpatialRel(
  esriSpatialRelEnum* SpatialRel
);
[C++]
HRESULT put_SpatialRel(
  esriSpatialRelEnum SpatialRel
);
[C++]

Parameters

SpatialRel [out, retval]

  SpatialRel is a parameter of type esriSpatialRelEnum

SpatialRel [in]

  SpatialRel is a parameter of type esriSpatialRelEnum

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISpatialFilter Interface