ESRI.ArcGIS.ADF.IMS
BufferUnits Enumeration
See Also 
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace : BufferUnits Enumeration




Defines the units for the distance property of the buffer.

Syntax

Visual Basic (Declaration) 
Public Enum BufferUnits 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As BufferUnits
C# 
public enum BufferUnits : Enum 

Members

MemberDescription
Decimal_Degrees Specifies that the buffer distance property is measured in decimal degrees.
Miles Specifies that the buffer distance property is measured in miles.
Feet Specifies that the buffer distance property is measured in feet.
Kilometers Specifies that the buffer distance property is measured in kilometers.
Meters Specifies that the buffer distance property is measured in meters.

Remarks

The buffer units can be different than the map units where the buffer is applied.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.ADF.IMS.Carto.Layer.BufferUnits

See Also

© 2010 All Rights Reserved.