This document is archived and information here might be outdated.  Recommended version.


IMdProcess.GetParameterValue Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IMdProcess.GetParameterValue Method

Returns the value of specified process parameter.

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

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

Product Availability

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

See Also

IMdProcess Interface