IRasterFunctionVariable Interface

Provides access to members that control a raster function variable.

Members

Name Description
Read/write property Aliases The variable's aliases.
Read/write property Description The variable's description.
Read/write property IsDataset Indicates whether the variable is a dataset.
Read/write property Name The variable name.
Method Resolve Resolves the variable using a set of values.
Read/write property 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.