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


IPointSnapper Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IP > IPointSnapper Interface
ArcGIS Developer Help

IPointSnapper Interface

IPointSnapper Interface

Product Availability

Available with ArcGIS Engine.

Members

Name Description
Method CacheShapes Adds a shape to the snapping cache. Use the returned token to remove the shape from the cache.
Method ClearCache Clears the underlying snapping cache.
Read-only property ExcludedLayers Returns a reference to the set of layers that will be excluded in snapping.
Method FullSnap Fully attempts to snap the specified point without regard to time. Use Snap for tool snapping.
Method RemoveCachedShapes Remove the shape from the cache. The token is acquired by calling CacheShape.
Method Snap Attempts to snap the specified point. This is used for tool snapping.
Read/write property TangentInputPoint Sets the input point used for calculating tangent points along curves.
Method UpdateCachedShapes Updates the shapes in the cache for the given token. The token is acquired by calling CacheShape.

Classes that implement IPointSnapper

Classes Description

.NET Samples

Angle Angle shape constructor