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 =
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
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.