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


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

IGPString Interface

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

Product Availability

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

Members

Name Description
Read/write property Value The value of the geoprocessing value object as a string.

Classes that implement IGPString

Classes Description
GPCalculatorExpression Geoprocessing value object containing a Field Calc Expression.
GPINFOExpression Geoprocessing value object containing an INFO expression 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.

.NET Samples

Calculate area geoprocessing function tool