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