ArcObjects Library Reference (Geoprocessing)  

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