This document is archived and information here might be outdated.  Recommended version.


ISnapEnvironment3.SnapToIntersection Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Editor)  

ISnapEnvironment3.SnapToIntersection Method

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
);

Product Availability

Available with ArcGIS Desktop.

See Also

ISnapEnvironment3 Interface