Array of values representing buffer distances around the geometries.

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

Syntax

JScript
 function get Distances () : array<Number>[]()[]
 function set Distances (value : array<Number>[]()[])

Remarks

For each value in this array, a buffer polygon will be created around the geometries in BufferParameters. The polygon will be the distance specified from the geometries. If only one buffer polygon is needed, use a single-item array, e.g., [300]. Be sure to also set the Unit property, which defines the map unit of the distances.

See Also