public interface IMapExtent
extends java.io.Serializable
Description: 'Provides access to the Map Extent Map Area Interface.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDfd1037c4_34d5_4783_8812_e06eff6484e7 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
setExtent(IEnvelope rhs1)
The geographic extent of the map.
|
static final int IIDfd1037c4_34d5_4783_8812_e06eff6484e7
static final int xxDummy
static final java.lang.String IID
void setExtent(IEnvelope rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.