com.esri.arcgis.geoprocessing
Interface IMdVariable

All Superinterfaces:
Serializable
All Known Implementing Classes:
MdVariable

public interface IMdVariable
extends Serializable

Provides access to properties/methods of a model variable.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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

isAddToDisplay

boolean isAddToDisplay()
                       throws IOException,
                              AutomationException
Indicates if the variable should be added to the application display.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

Returns:
The addToDisplay
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAddToDisplay

void setAddToDisplay(boolean addToDisplay)
                     throws IOException,
                            AutomationException
Indicates if the variable should be added to the application display.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

Parameters:
addToDisplay - The addToDisplay (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isIntermediate

boolean isIntermediate()
                       throws IOException,
                              AutomationException
Indicates if the data specified by the variable is considered intermediate data.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

Returns:
The intermediate
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIntermediate

void setIntermediate(boolean intermediate)
                     throws IOException,
                            AutomationException
Indicates if the data specified by the variable is considered intermediate data.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

Parameters:
intermediate - The intermediate (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.