Result collection returned from executing a Geometry.Buffer request.

Namespace:  ESRI.ArcGIS.VE
  (in ArcGISVE.exe)

Syntax

JScript
 class BufferResults

Remarks

A BufferResults object is passed to the function specified as the callback function when calling Geometry.Buffer. To display the resulting buffer polygon(s), call the ToVEShapeLayer method and add the resulting VEShapeLayer to the map.

See Also