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.

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

Syntax

JScript
 function get UnionResults () : Boolean
 function set UnionResults (value : Boolean)

Remarks

Example: the five largest islands of Hawaii are buffered at a distance of 100 kilometers. If UnionResults is false, then a buffer will be created around each island. The results will contain five separate, overlapping polygons. If UnionResults is set to true, then the five polygons will be unioned and a single, larger polygon will be returned.

See Also