The BufferResults type exposes the following members.

Constructors

  NameDescription
BufferResults
Initializes a new instance of the BufferResults class

Methods

  NameDescription
SetShapeStyle
Sets the style attributes for the shapes in the BufferResults. Call this method before converting the shapes with ToVEShapeLayer.
ToVEShapeLayer
Creates a new VEShapeLayer from the shapes in the BufferResults.

Properties

  NameDescription
Error
If not null, the error returned by the buffer operation.
Shapes
The VEShapes returned from the Buffer operation. The value is an array of VEShapes. This array has an added property called Geometries which contains the returned JSON-formatted geometries.

See Also