The BufferParameters type exposes the following members.

Constructors

  NameDescription
BufferParameters
Initializes a new instance of the BufferParameters class

Properties

  NameDescription
Distances
Array of values representing buffer distances around the geometries.
Geometries
Array of VEShapes to buffer.
UnionResults
If true, then all geometries buffered at a given distance will be unioned into a single (possibly multipart) polygon and that unioned geometry will be placed in the output array. The default is false.
Unit
The well-known ID of the unit of the buffer distances specified by the Distances property.

See Also