com.esri.arcgis.geoprocessing
Interface IGPParameterEdit3
- All Superinterfaces:
- IGPParameterEdit, IGPParameterEdit2, java.io.Serializable
- All Known Implementing Classes:
- GPParameter, IGPParameterEdit3Proxy, MdParameter
public interface IGPParameterEdit3
- extends IGPParameterEdit2, java.io.Serializable
COM Interface 'IGPParameterEdit3'. Generated 3/19/2015 1:20:58 PM
from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description: 'Provides access to the properties/methods of a geoprocessing parameter object.'
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 =
Method Summary |
void |
setSchemaByRef(IGPSchema rhs1)
Indicates how the output value is to be generated and populated during validate. |
Methods inherited from interface com.esri.arcgis.geoprocessing.IGPParameterEdit |
addDependency, setAltered, setCategory, setChoiceListByRef, setControlCLSID, setDataTypeByRef, setDefaultEnvironmentName, setDirection, setDisplayName, setDisplayOrder, setDomainByRef, setEnabled, setHasBeenValidated, setName, setParameterDependencies, setParameterType, setValueByRef |
IID5353174c_8a81_4c72_a874_880ac9b7ef3f
static final int IID5353174c_8a81_4c72_a874_880ac9b7ef3f
- 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
setSchemaByRef
void setSchemaByRef(IGPSchema rhs1)
throws java.io.IOException,
AutomationException
- Indicates how the output value is to be generated and populated during validate.
- Parameters:
rhs1
- A reference to a com.esri.arcgis.geoprocessing.IGPSchema (in)
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.