com.esri.arcgis.geoprocessing
Interface IMdVariable3

All Superinterfaces:
Serializable
All Known Implementing Classes:
IMdVariable3Proxy

public interface IMdVariable3
extends Serializable

Provides access to properties/methods of a model variable.

Description

This interface is new at ArcGIS 9.3.

Product Availability

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


Method Summary
 String getTemplateLayerFile()
          Indicates the layer to use for drawing information.
 void setTemplateLayerFile(String pLayer)
          Indicates the layer to use for drawing information.
 

Method Detail

getTemplateLayerFile

String getTemplateLayerFile()
                            throws IOException,
                                   AutomationException
Indicates the layer to use for drawing information.

Product Availability

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

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

setTemplateLayerFile

void setTemplateLayerFile(String pLayer)
                          throws IOException,
                                 AutomationException
Indicates the layer to use for drawing information.

Product Availability

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

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