|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPageLayoutSnap
Provides access to members that control snap agents that are used with PageLayout.
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.
Method Summary | |
---|---|
void |
setPageLayout(IPageLayout rhs1)
The PageLayout that this snap agent is associated with. |
Methods inherited from interface com.esri.arcgis.carto.IGraphicSnap |
---|
getName, snapX, snapY |
Method Detail |
---|
void setPageLayout(IPageLayout rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.carto.IPageLayout (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |