ESRI.ArcGIS.ADF.Web
OutputSpatialReference Property
See Also 
ESRI.ArcGIS.ADF.Web Namespace > QueryFilter Class : OutputSpatialReference Property




The spatial reference (coordinate system and datum transformation) for the output data from the query.

Syntax

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

Remarks

The data source type must support setting the spatial reference in order for the output data to have the specified spatial reference.

See Also

© 2010 All Rights Reserved.