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


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

IGPVariableManager.Add Method

Adds a variable.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal pVariable As IGPVariable _
)
[C#]
public void Add (
    IGPVariable pVariable
);
[C++]
HRESULT Add(
  IGPVariable* pVariable
);
[C++]
Parameters
pVariable [in]

pVariable is a parameter of type IGPVariable*

Product Availability

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

See Also

IGPVariableManager Interface