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


IFeatureCursorBuffer2.ValueDistance 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.ValueDistance Property
ArcGIS Developer Help

IFeatureCursorBuffer2.ValueDistance Property

Constant buffer distance.

[Visual Basic .NET]
Public WriteOnly Property ValueDistance
[C#]
public void ValueDistance {set;}
[C++]
HRESULT put_ValueDistance(
  double 
);
[C++]
Parameters
 [in]

is a parameter of type double

Product Availability

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

See Also

IFeatureCursorBuffer2 Interface