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