ESRI.ArcGIS.ADF.ArcGISServer
UnionResults Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > BufferParameters Class : UnionResults Property




If true, all geometries buffered at a given distance are unioned into a single (possibly multipart) polygon, and the unioned geometry is returned. The default is false.

Syntax

Visual Basic (Declaration) 
<CompilerGeneratedAttribute()>
Public Property UnionResults As Boolean
Visual Basic (Usage)Copy Code
Dim instance As BufferParameters
Dim value As Boolean
 
instance.UnionResults = value
 
value = instance.UnionResults
C# 
[CompilerGeneratedAttribute()]
public bool UnionResults {get; set;}

See Also

© 2010 All Rights Reserved.