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


IRealTimeFeedSnap.SnapDistance Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRealTimeFeedSnap Interface > IRealTimeFeedSnap.SnapDistance Property
ArcGIS Developer Help

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(
  System.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