Skip to content

IGPVariable Interface

Provides access to properties of a geoprocessing variable.

Members

Name Description
Read/write property DataType The data type of the variable.
Read/write property Derived Indicates if the variable is type derived.
Read/write property Name The name of the geoprocessing variable.
Read/write property 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

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