ArcObjects Library Reference (Carto)  

IRealTimeFeedSnap.SnapDistance Property

The snap distance, in map units.

[Visual Basic .NET]
Public Property SnapDistance As Double
[C#]
public double SnapDistance {get; set;}
[C++]
HRESULT get_SnapDistance(
  double* pDistance
);
[C++]
HRESULT put_SnapDistance(
  double pDistance
);
[C++]

Parameters

pDistance [out, retval]   pDistance is a parameter of type double pDistance [in]   pDistance is a parameter of type double

Product Availability

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

See Also

IRealTimeFeedSnap Interface