com.esri.arcgis.carto
Interface IPageLayoutSnap

All Superinterfaces:
IGraphicSnap, java.io.Serializable
All Known Implementing Classes:
GridSnap, GuideSnap, IPageLayoutSnapProxy, MarginSnap, RulerSnap

public interface IPageLayoutSnap
extends IGraphicSnap, java.io.Serializable

COM Interface 'IPageLayoutSnap'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control snap agents that are used with PageLayout.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDfc27faaf_db88_11d1_8778_0000f8751720
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IGraphicSnap
IID56fd87f5_ddce_11d1_8778_0000f8751720
 
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
 

Field Detail

IIDfc27faaf_db88_11d1_8778_0000f8751720

static final int IIDfc27faaf_db88_11d1_8778_0000f8751720
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setPageLayout

void setPageLayout(IPageLayout rhs1)
                   throws java.io.IOException,
                          AutomationException
The PageLayout that this snap agent is associated with.

Parameters:
rhs1 - A reference to a com.esri.arcgis.carto.IPageLayout (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.