This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IS > ISnapEnvironment3 Interface > ISnapEnvironment3.SnapToIntersection Method (ArcObjects .NET 10.5 SDK) |
Attempts to snap the specified point to the given intersection.
[Visual Basic .NET] Public Function SnapToIntersection ( _ ByVal point As IPoint, _ ByVal pIntersection As IGeometry _ ) As Boolean
[C#] public bool SnapToIntersection ( IPoint point, IGeometry pIntersection );