|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapFrameDescriptions
Provides access to the Map Frame Descriptions Interface.
Method Summary | |
---|---|
void |
add(IMapFrameDescription mapFrameDesc)
Adds a map frame description. |
int |
getCount()
The map frame description count. |
IMapFrameDescription |
getElement(int index)
The map frame description at the specified position. |
void |
insert(int index,
IMapFrameDescription mapFrameDesc)
Adds a map frame description at the specified position. |
void |
remove(int index)
Removes the map frame description at the specified position. |
void |
removeAll()
Removes all map frame descriptions. |
Method Detail |
---|
int getCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMapFrameDescription getElement(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void remove(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeAll() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void add(IMapFrameDescription mapFrameDesc) throws IOException, AutomationException
mapFrameDesc
- A reference to a com.esri.arcgis.carto.IMapFrameDescription (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void insert(int index, IMapFrameDescription mapFrameDesc) throws IOException, AutomationException
index
- The index (in)mapFrameDesc
- A reference to a com.esri.arcgis.carto.IMapFrameDescription (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 |