This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IP > IPointSnapper Interface (ArcObjects .NET 10.4 SDK) |
IPointSnapper Interface
Description | ||
---|---|---|
CacheShapes | Adds a shape to the snapping cache. Use the returned token to remove the shape from the cache. | |
ClearCache | Clears the underlying snapping cache. | |
ExcludedLayers | Returns a reference to the set of layers that will be excluded in snapping. | |
FullSnap | Fully attempts to snap the specified point without regard to time. Use Snap for tool snapping. | |
RemoveCachedShapes | Remove the shape from the cache. The token is acquired by calling CacheShape. | |
Snap | Attempts to snap the specified point. This is used for tool snapping. | |
TangentInputPoint | Sets the input point used for calculating tangent points along curves. | |
UpdateCachedShapes | Updates the shapes in the cache for the given token. The token is acquired by calling CacheShape. |