com.esri.arcgis.geoprocessing
Interface IMdVariable2

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

public interface IMdVariable2
extends java.io.Serializable

COM Interface 'IMdVariable2'. 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 IIDa3ec5e23_1ffa_445b_b216_559252a91cfd
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ILayer getTemplateLayer()
          Indicates the layer to use for drawing information.
 void setTemplateLayerByRef(ILayer ppLayer)
          Indicates the layer to use for drawing information.
 

Field Detail

IIDa3ec5e23_1ffa_445b_b216_559252a91cfd

static final int IIDa3ec5e23_1ffa_445b_b216_559252a91cfd
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

getTemplateLayer

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

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

setTemplateLayerByRef

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

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