public interface IConstantFunctionArguments2 extends IConstantFunctionArguments, java.io.Serializable
Description: 'Provides access to members that control constant function arguments.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID4738fa2c_1e23_4920_9859_6a86808350db |
static int |
xxDummy
Deprecated.
Internal use only
|
IID0346ad7c_02da_48d1_ba9a_ce8cdb31e2ab
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getMaxColor()
The current maximum color value used for checkerboard pattern.
|
int |
getMethod()
Defines how the raster is painted.
|
java.lang.Object |
getMinColor()
The current minimum color value used for checkerboard pattern.
|
void |
setMaxColor(java.lang.Object pMaxValue)
The current maximum color value used for checkerboard pattern.
|
void |
setMethod(int pMethod)
Defines how the raster is painted.
|
void |
setMinColor(java.lang.Object pMinValue)
The current minimum color value used for checkerboard pattern.
|
getConstant, getRasterInfo, init, setConstant, setRasterInfoByRef
static final int IID4738fa2c_1e23_4920_9859_6a86808350db
static final int xxDummy
static final java.lang.String IID
java.lang.Object getMinColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMinColor(java.lang.Object pMinValue) throws java.io.IOException, AutomationException
pMinValue
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getMaxColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaxColor(java.lang.Object pMaxValue) throws java.io.IOException, AutomationException
pMaxValue
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getMethod() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMethod(int pMethod) throws java.io.IOException, AutomationException
pMethod
- A com.esri.arcgis.datasourcesraster.esriRasterPaintMethod constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.