![]() ![]() |
ESRI.ArcGIS.ADF.IMS | |
Distance Property | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace > Buffer Class : Distance Property |
Visual Basic (Declaration) | |
---|---|
Public Property Distance As Double |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As Buffer Dim value As Double instance.Distance = value value = instance.Distance |
C# | |
---|---|
public double Distance {get; set;} |
See FeatureLayer.CreateBufferLayer for an example of using buffer Distance in a DisplayBuffer. See FeatureLayer.CreateBufferSelectionLayer for an example of using buffer Distance in a SelectionBuffer.
The buffer is created this distance around selected features. Be sure to set the Units so that the buffer is created correctly.
A buffer distance of 0 can be used on polygon features. If a buffer distance of 0 is used with line or point features, no data is returned.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family