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


IGPVariant Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPVariant Interface
ArcGIS Developer Help

IGPVariant Interface

Provides access to the properties/methods of a geoprocessing variant object.

Product Availability

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

Members

Name Description
Read/write property Variant The value of the geoprocessing value object as a variant.

Classes that implement IGPVariant

Classes Description
GPBoolean Geoprocessing value object containing a boolean value.
GPCalculatorExpression Geoprocessing value object containing a Field Calc Expression.
GPDate Geoprocessing value object containing a date value.
GPDouble Geoprocessing value object containing a double value.
GPINFOExpression Geoprocessing value object containing an INFO expression value.
GPLong Geoprocessing value object containing a long integer value.
GPSQLExpression Geoprocessing value object containing a SQL expression value.
GPString Geoprocessing value object containing a string value.
GPStringHidden Geoprocessing value object containing a hidden string value.
GPVariant Geoprocessing value object containing a variant value.