![]() ![]() |
ESRI.ArcGIS.ADF.Web | |
Geometry Property | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.Web Namespace > SpatialFilter Class : Geometry Property |
Visual Basic (Declaration) | |
---|---|
Public Property Geometry As Geometry |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As SpatialFilter Dim value As Geometry instance.Geometry = value value = instance.Geometry |
C# | |
---|---|
public Geometry Geometry {get; set;} |
The geometry may be any type that extends the Web ADF Geometry abstract class, including:
- ESRI.ArcGIS.ADF.Web.Geometry.Envelope
- ESRI.ArcGIS.ADF.Web.Geometry.Point
- ESRI.ArcGIS.ADF.Web.Geometry.Multipoint
- ESRI.ArcGIS.ADF.Web.Geometry.Polyline
- ESRI.ArcGIS.ADF.Web.Geometry.Polygon
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.
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