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.GeometryField Property (ArcObjects .NET 10.5 SDK) |
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