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


IMSnap.Snap Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IM > IMSnap Interface > IMSnap.Snap Method
ArcGIS Developer Help

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