This document is archived and information here might be outdated. Recommended version. |
Indicates if the point is snapped in the horizontal direction.
[Visual Basic .NET] Public Function SnapX ( _ ByVal Shape As IGeometry, _ ByVal Tolerance As Double _ ) As Boolean
[C#] public bool SnapX ( IGeometry Shape, double Tolerance );
[C++]
HRESULT SnapX(
IGeometry* Shape,
double Tolerance
);
[C++] Parameters Shape [in]
Shape is a parameter of type IGeometry* Tolerance [in]
Tolerance is a parameter of type double