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


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

IGPValueExpression.Variables Property

Returns an array of variables.

[Visual Basic .NET]
Public Property Variables As IArray
[C#]
public IArray Variables {get; set;}
[C++]
HRESULT get_Variables(
  IArray** ppVariables
);
[C++]
HRESULT putref_Variables(
  IArray* ppVariables
);
[C++]
Parameters
ppVariables [out, retval]

ppVariables is a parameter of type IArray** ppVariables [in]
ppVariables is a parameter of type IArray*

Product Availability

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

See Also

IGPValueExpression Interface