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


IMSnap.Snap Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

IMSnap.Snap Method

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
);

Product Availability

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

See Also

IMSnap Interface