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


ISpatialFilter.GeometryField 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.GeometryField Property
ArcGIS Developer Help

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(
  System.String* 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 Samples

Create camera flyby from path Editing using a custom form ViperPin tool