ArcObjects Library Reference (Geoprocessing)  

IGPVariableManager.Find Method

Finds a variable.

[Visual Basic .NET]
Public Function Find ( _
    ByVal Name As String _
) As IGPVariable
[C#]
public IGPVariable Find (
    string Name
);
[C++]
HRESULT Find(
  BSTR Name,
  IGPVariable** ppVariable
);
[C++]

Parameters

Name [in]   Name is a parameter of type BSTR ppVariable [out, retval]

  ppVariable is a parameter of type IGPVariable

Product Availability

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

See Also

IGPVariableManager Interface