This document is archived and information here might be outdated.  Recommended version.


IFeatureCursorBuffer2.RingDistance Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureCursorBuffer2 Interface > IFeatureCursorBuffer2.RingDistance Property
ArcGIS Developer Help

IFeatureCursorBuffer2.RingDistance Property

Multiple rings specifying distance to buffer on.

[Visual Basic .NET]
Public Sub set_RingDistance ( _
    ByVal numberOfRings As Integer, _
    ByVal A_2 As Double _
)
[C#]
public void set_RingDistance (
    int numberOfRings,
    double A_2
);
[C++]
HRESULT put_RingDistance(
  long numberOfRings,
  double 
);
[C++]
Parameters
numberOfRings [in]

numberOfRings is a parameter of type long [in]
is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IFeatureCursorBuffer2 Interface