|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRasterFunctionTemplate
Provides access to members that control a raster template function.
| Method Summary | |
|---|---|
Object |
getArguments()
The raster function arguments in the template. |
IRasterFunction |
getFunction()
The raster function in the template. |
IArray |
getVariables()
The raster function variables in the template. |
void |
setArgumentsByRef(Object ppArgumets)
The raster function arguments in the template. |
void |
setFunctionByRef(IRasterFunction ppFunction)
The raster function in the template. |
| Method Detail |
|---|
IRasterFunction getFunction()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFunctionByRef(IRasterFunction ppFunction)
throws IOException,
AutomationException
ppFunction - A reference to a com.esri.arcgis.datasourcesraster.IRasterFunction (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setArgumentsByRef(Object ppArgumets)
throws IOException,
AutomationException
ppArgumets - A reference to another Object (IUnknown) (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getArguments()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IArray getVariables()
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 | ||||||||