This document is archived and information here might be outdated. Recommended version. |
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