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

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.