ESRI.ArcGIS.ADF.Web
Geometry Property
See Also 
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.

See Also

© 2010 All Rights Reserved.