This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IM > IMSnap Interface > IMSnap.Snap Method (ArcObjects .NET 10.4 SDK) |
Snaps ms to the precision of the spatial reference associated with the geometry. M snapping does not happen automatically as part of calling IGeometry::SnapToSpatialReference.
[Visual Basic .NET]
Public Sub Snap ( _
)
[C#] public void Snap ( );
[C++]
HRESULT Snap(
void
);