ESRI.ArcGIS.AnalysisTools
dissolve_field Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.AnalysisTools Namespace > Buffer Class : dissolve_field Property




The list of field(s) from the input features on which to dissolve the output buffers. Any buffers sharing attribute values in the listed fields (carried over from the input features) are dissolved. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property dissolve_field As Object
Visual Basic (Usage)Copy Code
Dim instance As Buffer
Dim value As Object
 
instance.dissolve_field = value
 
value = instance.dissolve_field
C# 
public object dissolve_field {get; set;}

See Also

© 2010 All Rights Reserved.