This document is archived and information here might be outdated.  Recommended version.


ISpatialFilter.FilterOwnsGeometry Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISpatialFilter Interface > ISpatialFilter.FilterOwnsGeometry Property
ArcGIS Developer Help

ISpatialFilter.FilterOwnsGeometry Property

Indicates whether the filter owns the query geometry.

[Visual Basic .NET]
Public ReadOnly Property FilterOwnsGeometry As Boolean
[C#]
public bool FilterOwnsGeometry {get;}
[C++]
HRESULT get_FilterOwnsGeometry(
  Boolean* spatialFilterOwnsGeometry
);
[C++]
Parameters
spatialFilterOwnsGeometry [out, retval]

spatialFilterOwnsGeometry is a parameter of type bool*

Product Availability

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

See Also

ISpatialFilter Interface