ESRI.ArcGIS.ADF.Web
ReturnADFGeometries Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web Namespace > QueryFilter Class : ReturnADFGeometries Property




Whether to include the geometry of features in the response to the query.

Syntax

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

Remarks

When a query is performed on a map layer and this property is true, the response will include a column with geometry in ESRI Web ADF format. Typically a query operation will return a standard .NET DataTable. If the table includes a geometry column, it may be converted to a graphics layer and added to the map for display of features in the table.

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.