|  | This document is archived and information here might be outdated. Recommended version. | 
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*