ArcGIS Pro 2.6 API Reference Guide
SnapResult Class
Members 

ArcGIS.Desktop.Mapping Namespace : SnapResult Class
Represents how a vertex has been snapped in the current sketch.
Object Model
SnapResult ClassLayer ClassMapPoint Class
Syntax
public sealed class SnapResult 
Public NotInheritable Class SnapResult 
Remarks
If the vertex has not snapped, the Layer and SnapLocation are null, SnapType is None and the OID is -1. If the vertex has snapped, the properties contain the snapping information. If the vertex has snapped to the SnapType.Grid, the OID is 0 for a grid intersection, 1 for grid line and 2 for grid inference.
Inheritance Hierarchy

System.Object
   ArcGIS.Desktop.Mapping.SnapResult

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

SnapResult Members
ArcGIS.Desktop.Mapping Namespace