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


ISpatialFilter.FilterOwnsGeometry Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  VARIANT_BOOL* spatialFilterOwnsGeometry
);
[C++]

Parameters spatialFilterOwnsGeometry [out, retval] spatialFilterOwnsGeometry is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ISpatialFilter Interface