|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapGridWizard
Provides access to members of the map grid wizard.
Method Summary | |
---|---|
boolean |
doModal(int parentHWnd)
Shows the map grid wizard. |
IElement |
getGraphicElement()
The generated graphic element, if any (valid after calling DoModal). |
IMapGrid |
getMapGrid()
The specified grid (valid after calling DoModal). |
void |
setInitialGrid(IMapGrid rhs1)
The initial map grid (optional). |
void |
setMapFrameByRef(IMapFrame rhs1)
The map frame the grid will be added to. |
void |
setPageLayoutByRef(IPageLayout rhs1)
The page layout containing the map frame. |
Method Detail |
---|
void setMapFrameByRef(IMapFrame rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.carto.IMapFrame (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPageLayoutByRef(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.void setInitialGrid(IMapGrid rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.carto.IMapGrid (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMapGrid getMapGrid() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IElement getGraphicElement() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean doModal(int parentHWnd) throws IOException, AutomationException
parentHWnd
- The parentHWnd (A COM typedef) (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 |