ArcObjects Library Reference (Geoprocessing)  

IMdProcess.Parameter Property

The parameter object with the specified name.

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

Parameters

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

  Value is a parameter of type IMdParameter

Product Availability

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

See Also

IMdProcess Interface