|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterStretch3
Provides access to members which control stretch.
This interface is new at ArcGIS 9.3.
Method Summary | |
---|---|
Object |
getGammaValue()
The list of Gamma value(s). |
boolean |
isUseGamma()
Indicates if Gamma stretch should be applied. |
void |
setGammaValue(Object pGamma)
The list of Gamma value(s). |
void |
setUseGamma(boolean pUseGamma)
Indicates if Gamma stretch should be applied. |
Method Detail |
---|
void setUseGamma(boolean pUseGamma) throws IOException, AutomationException
pUseGamma
- The pUseGamma (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseGamma() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGammaValue(Object pGamma) throws IOException, AutomationException
pGamma
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getGammaValue() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |