ArcObjects Library Reference (Carto)  

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