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


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

ISnapEnvironment3.FullPointSnap Method

Always attempts to snap the point using the current snap environment. This should not be used to snap mouse position in a tool.

[Visual Basic .NET]
Public Function FullPointSnap ( _
    ByVal point As IPoint _
) As Boolean
[C#]
public bool FullPointSnap (
    IPoint point
);

Product Availability

Available with ArcGIS Desktop.

See Also

ISnapEnvironment3 Interface