ArcGIS Pro 2.6 API Reference Guide
SnappingResults Property

ArcGIS.Desktop.Mapping Namespace > MapTool Class : SnappingResults Property
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 10, Windows 8.1, Windows 7

See Also

Reference

MapTool Class
MapTool Members