This document is archived and information here might be outdated.  Recommended version.


IGPVariable Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPVariable Interface
ArcGIS Developer Help

IGPVariable Interface

Provides access to properties of a geoprocessing variable.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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.

Classes that implement IGPVariable

Classes Description
GPVariable (esriGeoprocessing) Geoprocessing Variable object.
MdVariable (esriGeoprocessing) Model variable object that contains a value object.