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


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

ISpatialFilter.GeometryField Property

The name of the Geometry field to which the filter applies.

[Visual Basic .NET]
Public Property GeometryField As String
[C#]
public string GeometryField {get; set;}
[C++]
HRESULT get_GeometryField(
  BSTR* geomField
);
[C++]
HRESULT put_GeometryField(
  BSTR geomField
);
[C++]

Parameters geomField [out, retval] geomField is a parameter of type BSTR geomField [in] geomField is a parameter of type BSTR

Product Availability

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

See Also

ISpatialFilter Interface

.NET Snippets

Get First Feature from Point Search in GeoFeatureLayer | Perform Spatial Query | Zoom to Selected Globe Features

.NET Samples

Editing using a custom form (Code Files: EditorForm) | ViperPin tool (Code Files: ViperPinForm) | Create camera flyby from path (Code Files: frmCameraPath)

.NET Related Topics

Executing spatial queries