| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRasterFunctionVariable
Provides access to members that control a raster function variable.
| Method Summary | |
|---|---|
 IStringArray | 
getAliases()
The variable's aliases.  | 
 String | 
getDescription()
The variable's description.  | 
 String | 
getName()
The variable name.  | 
 Object | 
getValue()
The variable value.  | 
 boolean | 
isDataset()
Indicates whether the variable is a dataset.  | 
 void | 
resolve(Object pArgumentValues)
Resolves the variable using a set of values.  | 
 void | 
setAliasesByRef(IStringArray ppAliases)
The variable's aliases.  | 
 void | 
setDescription(String pDescription)
The variable's description.  | 
 void | 
setIsDataset(boolean pbIsDataset)
Indicates whether the variable is a dataset.  | 
 void | 
setName(String pName)
The variable name.  | 
 void | 
setValue(Object pValue)
The variable value.  | 
| Method Detail | 
|---|
String getName()
               throws IOException,
                      AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setName(String pName)
             throws IOException,
                    AutomationException
pName - The pName  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getValue()
                throws IOException,
                       AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setValue(Object pValue)
              throws IOException,
                     AutomationException
pValue - A Variant  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void resolve(Object pArgumentValues)
             throws IOException,
                    AutomationException
pArgumentValues - A reference to another Object (IUnknown)  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDescription(String pDescription)
                    throws IOException,
                           AutomationException
pDescription - The pDescription  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getDescription()
                      throws IOException,
                             AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAliasesByRef(IStringArray ppAliases)
                     throws IOException,
                            AutomationException
ppAliases - A reference to a com.esri.arcgis.system.IStringArray  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IStringArray getAliases()
                        throws IOException,
                               AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIsDataset(boolean pbIsDataset)
                  throws IOException,
                         AutomationException
pbIsDataset - The pbIsDataset  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isDataset()
                  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 | ||||||||