This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureCursorBuffer2 Interface > IFeatureCursorBuffer2.RingDistance Property (ArcObjects .NET 10.5 SDK) |
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