ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / SnapResult Class / SnapLocation Property

In This Topic
    SnapLocation Property
    In This Topic
    Gets the location the vertex has snapped to as a ArcGIS.Core.Geometry.MapPoint.
    Syntax
    public MapPoint SnapLocation {get;}
    Public ReadOnly Property SnapLocation As MapPoint
    Remarks
    If the vertex has not snapped, SnapLocation is null.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also