ESRI.ArcGIS.CoverageTools
Buffer Class Properties
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.CoverageTools Namespace : Buffer Class




For a list of all members of this type, see Buffer members.

Public Properties

 NameDescription
Public PropertyAliasThe alias for this tool's toolbox.  
Public Propertybuffer_distanceThe distance used to create buffer zones around input coverage features when buffer item and buffer table are not specified. The default buffer distance is 0.125 coverage units. This default buffer distance will be applied whenever a value for this parameter is not specified. (In, Optional)  
Public Propertybuffer_itemAn item in the feature attribute table of input coverage whose value is used as the feature's buffer distance. If a buffer table is used, the buffer item functions as a lookup item in the buffer table. (In, Optional)  
Public Propertybuffer_shapeFor lines, the shape of the buffer at the line endpoints. (In, Optional)  
Public Propertybuffer_sideFor lines, the topological side on which the buffer may be generated. (In, Optional)  
Public Propertybuffer_tableAn INFO lookup table that lists a buffer distance for each buffer item. A buffer table can be specified only if the buffer item is specified. The buffer table contains at least two items: (In, Optional)  
Public Propertyfeature_typeThe feature class to be buffered: (In, Optional)  
Public Propertyfuzzy_toleranceThe minimum distance between coordinates in the out_cover. By default, the minimum fuzzy tolerance value from the in_cover is used. (In, Optional)  
Public Propertyin_coverThe coverage containing features to be buffered. (In, Required)  
Public Propertyout_coverThe polygon buffer coverage to be created. (Out, Required)  
Public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
Public PropertyToolboxDirectoryThe directory of this tool's toolbox.  
Public PropertyToolboxNameThe name of this tool's toolbox.  
Public PropertyToolNameThe name of this tool.  
Top

See Also

© 2010 All Rights Reserved.