ESRI.ArcGIS.ADF.ArcGISServer
Buffer(BufferParameters) Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GeometryServerProxy Class > Buffer Method : Buffer(BufferParameters) Method




parameters
Specifies the distances, units, and other parameters for the buffer operation.
Buffers the specified geometries. All geometries must be of the same type. The spatial reference of the first geometry must not be null, and all geometries are assumed to be in the same spatial reference.

Syntax

Visual Basic (Declaration) 
Public Overloads Function Buffer( _
   ByVal parameters As BufferParameters _
) As List(Of Geometry)
Visual Basic (Usage)Copy Code
Dim instance As GeometryServerProxy
Dim parameters As BufferParameters
Dim value As List(Of Geometry)
 
value = instance.Buffer(parameters)
C# 
public List<Geometry> Buffer( 
   BufferParameters parameters
)

Parameters

parameters
Specifies the distances, units, and other parameters for the buffer operation.

See Also

© 2010 All Rights Reserved.