|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMDTableView
The Multi Dimension TableView Interface.
Method Summary | |
---|---|
IStringArray |
getDimensionList()
The list of dimensions used. |
IStringArray |
getVariableList()
The list of variables used. |
void |
setDimensionList(IStringArray ppDims)
The list of dimensions used. |
void |
setVariableList(IStringArray ppVars)
The list of variables used. |
Method Detail |
---|
IStringArray getVariableList() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVariableList(IStringArray ppVars) throws IOException, AutomationException
ppVars
- A reference to a com.esri.arcgis.system.IStringArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray getDimensionList() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDimensionList(IStringArray ppDims) throws IOException, AutomationException
ppDims
- A reference to a com.esri.arcgis.system.IStringArray (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 |