ESRI.ArcGIS.ADF.Web
Geometry Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web Namespace > SpatialFilter Class : Geometry Property




The geometry with which to search for features.

Syntax

Visual Basic (Declaration) 
Public Property Geometry As Geometry
Visual Basic (Usage)Copy Code
Dim instance As SpatialFilter
Dim value As Geometry
 
instance.Geometry = value
 
value = instance.Geometry
C# 
public Geometry Geometry {get; set;}

Remarks

The geometry may be any type that extends the Web ADF Geometry abstract class, including:

Other geometry types, such as ArcGIS Server-specific ADF geometry (derived from ESRI.ArcGIS.ADF.ArcGISServer.Geometry) must be converted to Web ADF geometry. ArcGIS Server geometry may be converted, for example, using the ArcGIS data sources Converter.ToAdfGeometry method.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.