Provides access to members that control snap agents that are used with PageLayout.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
Name | The name of the snap agent. | |
PageLayout | The PageLayout that this snap agent is associated with. | |
SnapX | Indicates if the point is snapped in the horizontal direction. | |
SnapY | Indicates if the point is snapped in the vertical direction. |
Inherited Interfaces
Interfaces | Description |
---|---|
IGraphicSnap | Provides access to members that control snapping graphics. |
CoClasses that implement IPageLayoutSnap
CoClasses and Classes | Description |
---|---|
GridSnap | Snap to grid agent. |
GuideSnap | Snap to guides agent. |
MarginSnap | Snap to margins agent. |
RulerSnap | Snap to ruler agent. |
Remarks
This interface is used to tie the snap agents to the PageLayout object. If this property is not set, the graphic snap agents will not work properly.
Because IPageLayoutSnap inherits from IGraphicSnap, all the methods on IGraphicSnap are directly available on IPageLayoutSnap.