This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISpatialFilter Interface > ISpatialFilter.GeometryEx Property (ArcObjects .NET 10.5 SDK) |
The query geometry used to filter results.
[Visual Basic .NET] Public Sub set_GeometryEx ( _ ByVal Geometry As IGeometry, _ ByVal A_2 As Boolean _ )
[C#] public void set_GeometryEx ( IGeometry Geometry, bool A_2 );
[C++]
HRESULT putref_GeometryEx(
IGeometry* Geometry,
VARIANT_BOOL
);
[C++]
Parameters Geometry [in]
Geometry is a parameter of type IGeometry [in] is a parameter of type VARIANT_BOOL
Only high-level geometries, envelopes and geometry bags can be used. High-level geometries are polygons, polylines, points, and multipoints. Low-level geometries including paths, rings, arcs and curves, and lines can not be used. To test whether a geometry is applicable, see if it implements the IRelationalOperator interface; if it does, it can be used.
The boolean parameter represents the FilterOwnsGeometry property.