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


ISnapEnvironment3.SnapToIntersection Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IS > ISnapEnvironment3 Interface > ISnapEnvironment3.SnapToIntersection Method
ArcGIS Developer Help

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