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




An 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)

Syntax

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

See Also

© 2010 All Rights Reserved.