ESRI.ArcGIS.ADF.ArcGISServer
OutSpatialReference Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > BufferParameters Class : OutSpatialReference Property




The spatial reference for the returned geometries.

Syntax

Visual Basic (Declaration) 
<CompilerGeneratedAttribute()>
Public Property OutSpatialReference As SpatialReference
Visual Basic (Usage)Copy Code
Dim instance As BufferParameters
Dim value As SpatialReference
 
instance.OutSpatialReference = value
 
value = instance.OutSpatialReference
C# 
[CompilerGeneratedAttribute()]
public SpatialReference OutSpatialReference {get; set;}

Return Value

The spatial reference.

See Also

© 2010 All Rights Reserved.