ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MapTool Class / SnappingResults Property

In This Topic
    SnappingResults Property
    In This Topic
    Gets the SnapResult for each vertex in the current sketch.
    Syntax
    protected IReadOnlyList<SnapResult> SnappingResults {get;}
    Protected ReadOnly Property SnappingResults As IReadOnlyList(Of SnapResult)
    Remarks
    The list is returned by vertex order along the current sketch from the start to the end. All vertices of the sketch are included. Examine the SnapResult to determine if and how each vertex was snapped.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also