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

See Also

© 2010 All Rights Reserved.