The BufferResults type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BufferResults | Initializes a new instance of the BufferResults class |
Methods
| Name | Description | |
|---|---|---|
| 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
| Name | Description | |
|---|---|---|
| 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. |
