This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IF > IFeatureSnapAgent2 Interface (ArcObjects .NET 10.5 SDK) |
Provides access to properties controlling Snapping in Z.
This interface is new at ArcGIS 9.3. It supersedes IFeatureSnapAgent.
Description | ||
---|---|---|
FeatureCache | The FeatureCache associated with the feature snap agent. | |
FeatureClass | The featureclass the feature snap agent snaps to. | |
HitType | The part of a geometry the feature snap agent snaps to. | |
Name | The name of the snap agent shown in the UI. | |
Snap | Called by the editor to perform the actual snapping logic. | |
ZSnappingEnabled | Indicates whether this Agent will snap in Z. |
Interfaces | Description |
---|---|
IFeatureSnapAgent | Provides access to members that control a feature snap agent's properties. |
ISnapAgent | Provides access to members that snap point locations using a tolerance. |
CoClasses and Classes | Description |
---|---|
FeatureSnap | Snap agent that snaps to a feature in a specified way. |