com.esri.arcgis.geoprocessing
Interface IMdVariable3

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMdVariable3Proxy

public interface IMdVariable3
extends java.io.Serializable

COM Interface 'IMdVariable3'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Provides access to properties/methods of a model variable.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDd581f2ca_e5c6_4aaf_bb56_4a1af5934128
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getTemplateLayerFile()
          Indicates the layer to use for drawing information.
 void setTemplateLayerFile(java.lang.String pLayer)
          Indicates the layer to use for drawing information.
 

Field Detail

IIDd581f2ca_e5c6_4aaf_bb56_4a1af5934128

static final int IIDd581f2ca_e5c6_4aaf_bb56_4a1af5934128
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getTemplateLayerFile

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

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

setTemplateLayerFile

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

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