Provides access to properties of a geoprocessing variable.
Members
Name | Description | |
---|---|---|
DataType | The data type of the variable. | |
Derived | Indicates if the variable is type derived. | |
Name | The name of the geoprocessing variable. | |
Value | The value object associated with the variable. |
IGPVariable.DataType Property
The data type of the variable.
Public Property DataType As IGPDataType
public IGPDataType DataType {get; set;}
IGPVariable.Derived Property
Indicates if the variable is type derived.
Public Property Derived As Boolean
public bool Derived {get; set;}
IGPVariable.Name Property
The name of the geoprocessing variable.
Public Property Name As String
public string Name {get; set;}
IGPVariable.Value Property
The value object associated with the variable.
Public Property Value As IGPValue
public IGPValue Value {get; set;}
Classes that implement IGPVariable
Classes | Description |
---|