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


IGPValueExpression.GetVariableNames Method (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.GetVariableNames Method
ArcGIS Developer Help

IGPValueExpression.GetVariableNames Method

Returns a string array of the variable names.

[Visual Basic .NET]
Public Function GetVariableNames ( _
) As IStringArray
[C#]
public IStringArray GetVariableNames (
);
[C++]
HRESULT GetVariableNames(
void
);

Product Availability

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

See Also

IGPValueExpression Interface