Provides access to members that control a raster function variable.
Members
Name | Description | |
---|---|---|
Aliases | The variable's aliases. | |
Description | The variable's description. | |
IsDataset | Indicates whether the variable is a dataset. | |
Name | The variable name. | |
Resolve | Resolves the variable using a set of values. | |
Value | The variable value. |
IRasterFunctionVariable.Aliases Property
The variable's aliases.
Public Property Aliases As IStringArray
public IStringArray Aliases {get; set;}
IRasterFunctionVariable.Description Property
The variable's description.
Public Property Description As String
public string Description {get; set;}
IRasterFunctionVariable.IsDataset Property
Indicates whether the variable is a dataset.
Public Property IsDataset As Boolean
public bool IsDataset {get; set;}
IRasterFunctionVariable.Name Property
The variable name.
Public Property Name As String
public string Name {get; set;}
IRasterFunctionVariable.Resolve Method
Resolves the variable using a set of values.
Public Sub Resolve ( _
ByVal pArgumentValues As Object _
)
public void Resolve (
object pArgumentValues
);
IRasterFunctionVariable.Value Property
The variable value.
Public Property Value As Object
public object Value {get; set;}
Classes that implement IRasterFunctionVariable
Classes | Description |
---|---|
RasterFunctionVariable | The class for template raster function arguments. |