|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMdVariable
Provides access to properties/methods of a model variable.
Method Summary | |
---|---|
boolean |
isAddToDisplay()
Indicates if the variable should be added to the application display. |
boolean |
isIntermediate()
Indicates if the data specified by the variable is considered intermediate data. |
void |
setAddToDisplay(boolean addToDisplay)
Indicates if the variable should be added to the application display. |
void |
setIntermediate(boolean intermediate)
Indicates if the data specified by the variable is considered intermediate data. |
Method Detail |
---|
boolean isAddToDisplay() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAddToDisplay(boolean addToDisplay) throws IOException, AutomationException
addToDisplay
- The addToDisplay (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isIntermediate() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIntermediate(boolean intermediate) throws IOException, AutomationException
intermediate
- The intermediate (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 |