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




The distance around the input features in which buffer zones are created. Distances can be provided as either a value representing a linear distance or as a numeric field from the input features that contains the linear distances to buffer each feature. (In, Required)

Syntax

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

See Also

© 2010 All Rights Reserved.