com.esri.arcgis.geoprocessing
Interface IMdVariable2

All Superinterfaces:
Serializable
All Known Implementing Classes:
IMdVariable2Proxy

public interface IMdVariable2
extends Serializable

Provides access to properties/methods of a model variable.

Product Availability

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


Method Summary
 ILayer getTemplateLayer()
          Indicates the layer to use for drawing information.
 void setTemplateLayerByRef(ILayer ppLayer)
          Indicates the layer to use for drawing information.
 

Method Detail

getTemplateLayer

ILayer getTemplateLayer()
                        throws IOException,
                               AutomationException
Indicates the layer to use for drawing information.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.carto.ILayer
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTemplateLayerByRef

void setTemplateLayerByRef(ILayer ppLayer)
                           throws IOException,
                                  AutomationException
Indicates the layer to use for drawing information.

Product Availability

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

Parameters:
ppLayer - A reference to a com.esri.arcgis.carto.ILayer (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.