This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPVariableManager Interface > IGPVariableManager.Find Method (ArcObjects .NET 10.4 SDK) |
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