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