This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeometry Interface > IGeometry.SnapToSpatialReference Method (ArcObjects .NET 10.4 SDK) |
Moves points of this geometry so that they can be represented in the precision of the geometry's associated spatial reference system.
[Visual Basic .NET]
Public Sub SnapToSpatialReference ( _
)
[C#] public void SnapToSpatialReference ( );
[C++]
HRESULT SnapToSpatialReference(
void
);